Information about plays

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

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

{
    "id": 371337,
    "uri": "https://api.kexp.org/v2/plays/371337/?format=api",
    "airdate": "2019-08-23T15:00:59-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "http://coverartarchive.org/release/014d13d5-0a63-33a3-ab95-4a29981dfee1/19307346851-250.jpg",
    "thumbnail_uri": "",
    "song": "Jesus Christ Pose",
    "track_id": "b968470c-0557-3241-8a40-e65d2fa74081",
    "recording_id": null,
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Badmotorfinger",
    "release_id": "014d13d5-0a63-33a3-ab95-4a29981dfee1",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Drummer Matt Cameron claims that this song came together very naturally: \"As soon as I played this pattern everyone dove right in, and within an hour we had the guts of the song. The approach we took on this one was pure assault of the senses. Canadians dance to this song.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}