Information about plays

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

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

{
    "id": 439594,
    "uri": "https://api.kexp.org/v2/plays/439594/?format=api",
    "airdate": "2001-06-28T19:33:00-07:00",
    "show": 7410,
    "show_uri": "https://api.kexp.org/v2/shows/7410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Good Old Days (When Times Were Bad)",
    "track_id": "19236f68-0fac-4c61-b0d4-e69c21e38c76",
    "recording_id": null,
    "artist": "Dolly Parton",
    "artist_ids": [
        "1d543e07-d0d2-4834-a8db-d65c50c2a856"
    ],
    "album": "Playlist: The Very Best of Dolly Parton",
    "release_id": "8dd55d6e-0896-4a70-8eb1-a4c2561622fa",
    "release_group_id": null,
    "labels": [
        "RCA LP"
    ],
    "label_ids": [],
    "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"
}