Information about plays

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

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

{
    "id": 344379,
    "uri": "https://api.kexp.org/v2/plays/344379/?format=api",
    "airdate": "2019-06-21T16:40:00-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jungleland",
    "track_id": "8436b24a-92aa-4a5f-b3c4-954cb88e6b1c",
    "recording_id": null,
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Born To Run: 30th Anniversary Edition",
    "release_id": "944b7aac-345a-4c59-9b9a-3d4c02db3130",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2005-11-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Jungleland\" is the closing song on Born to Run, featuring E Street Band saxophonist Clarence Clemons' most recognizable solos. Also keep your ears tuned to E Streeter Suki Lahav, who performs the 23-note violin introduction to the song, accompanied by Roy Bittan on piano in the opening. Springsteen and the E Street Band actually performed the song live for over a year before they recorded it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}