Information about plays

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

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

{
    "id": 380472,
    "uri": "https://api.kexp.org/v2/plays/380472/?format=api",
    "airdate": "2019-09-13T17:17:00-07:00",
    "show": 6331,
    "show_uri": "https://api.kexp.org/v2/shows/6331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breed",
    "track_id": null,
    "recording_id": null,
    "artist": "Titus Andronicus",
    "artist_ids": [
        "d38c47f6-d9bb-4a77-aaea-df53a6616a68"
    ],
    "album": "SPIN Presents: Newermind",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "SPIN"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Nevermind is a rare thing,” posits main man Patrick Stickles. “Since indie-rock music is so diverse, there’s not always much common ground. But an album like this unites us across time, which is why I wanted to be faithful to the song we covered.” There’s also another, more fundamental reason. “The riff,” he says, “is bad-ass.”  You can download SPIN Magazine's entire Newermind album for free here: https://bit.ly/2CNLUMO",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}