Information about plays

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

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

{
    "id": 349721,
    "uri": "https://api.kexp.org/v2/plays/349721/?format=api",
    "airdate": "2019-07-03T19:14:03-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nobody Knows",
    "track_id": "cafb25c9-a16c-3f55-ac3a-a42485519e8d",
    "recording_id": null,
    "artist": "Pastor T.L. Barrett and the Youth for Christ Choir",
    "artist_ids": [
        "de844dd1-49f5-48c2-9a8a-5b0b4378d22b"
    ],
    "album": "Like a Ship (Without a Sail)",
    "release_id": "331ee66e-b069-4ec7-814b-8e964ba65354",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2010-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reissue of the 1971 album by this pastor, activist, and choir leader from Chicago's South Side: http://lightintheattic.net/releases/481-like-a-ship-without-a-sail",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}