Information about plays

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

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

{
    "id": 452631,
    "uri": "https://api.kexp.org/v2/plays/452631/?format=api",
    "airdate": "2001-08-06T02:47:08-07:00",
    "show": 7659,
    "show_uri": "https://api.kexp.org/v2/shows/7659/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Entrainments 1",
    "track_id": "80acb379-78fa-4e7c-a202-2e1117f52eb3",
    "recording_id": null,
    "artist": "David Dunn",
    "artist_ids": [
        "9f65f1db-f482-4c73-9f18-3203e573c9d1"
    ],
    "album": "Music, Language and Environment (disc 1)",
    "release_id": "6dbf63ac-913a-4ec4-88e2-a3c52ed7016e",
    "release_group_id": null,
    "labels": [
        "Innova Recordings"
    ],
    "label_ids": [
        "5b67b131-0096-434b-ab94-1aba92393bec"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}