Information about plays

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

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

{
    "id": 373957,
    "uri": "https://api.kexp.org/v2/plays/373957/?format=api",
    "airdate": "2019-08-29T11:30:33-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Two Angels",
    "track_id": "460710dc-a4bb-307d-bc21-c05a727180f2",
    "recording_id": null,
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Blue Earth",
    "release_id": "163e666f-e9be-4ede-9554-8a1c5070c21e",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "2003-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Adam's \"Movin' (Mid)Wes' Pt. II\" mix here on Mixtape Week: https://www.kexp.org/mixtape/ <br> <br> The Jayhawks performed live in the KEXP studio in January 2015. https://www.youtube.com/watch?v=6iIPogL69hw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}