Information about plays

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

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

{
    "id": 351999,
    "uri": "https://api.kexp.org/v2/plays/351999/?format=api",
    "airdate": "2019-07-09T06:46:00-07:00",
    "show": 5867,
    "show_uri": "https://api.kexp.org/v2/shows/5867/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rebirth of Slick (Cool Like Dat) (7″ mix)",
    "track_id": "87fedee6-f6f6-3103-bc4e-ef2c09e17456",
    "recording_id": null,
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Rebirth of Slick (Cool Like Dat)",
    "release_id": "67d1fb00-cb9a-4327-bd91-4fe1eb215ff3",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [],
    "release_date": "1992-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Get chill like that with the Digable Planets on <b>Friday, August 9th at The Neptune Theatre </b> // Get yours here: https://bit.ly/2JpvygI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}