Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/466391/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 466391,
    "uri": "https://api.kexp.org/v2/plays/466391/?format=api",
    "airdate": "2001-09-15T09:10:26-07:00",
    "show": 7930,
    "show_uri": "https://api.kexp.org/v2/shows/7930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "007 (Shanty Town)",
    "track_id": "f0b4c1c8-02a9-4f59-87b8-3576b7f4517f",
    "recording_id": null,
    "artist": "Desmond Dekker",
    "artist_ids": [
        "8ac5bea6-3a62-4e28-9df7-03f24d4c06fc"
    ],
    "album": "The Roots of Reggae, Volume II",
    "release_id": "7b23d7a3-0d6f-467d-b20b-b57c81939019",
    "release_group_id": null,
    "labels": [
        "Trojan"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}