Information about plays

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

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

{
    "id": 342755,
    "uri": "https://api.kexp.org/v2/plays/342755/?format=api",
    "airdate": "2019-06-17T23:58:00-07:00",
    "show": 5716,
    "show_uri": "https://api.kexp.org/v2/shows/5716/?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": "Originally released in 1971 on Mt. Zion Gospel Productions.  https://lightintheattic.net/artists/279-pastor-t-l-barrett-and-the-youth-for-christ-choir",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}