Information about plays

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

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

{
    "id": 379995,
    "uri": "https://api.kexp.org/v2/plays/379995/?format=api",
    "airdate": "2019-09-12T12:31:37-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "http://coverartarchive.org/release/66d6168d-14f2-48bf-8c5f-a125401ebaa7/19013827522-250.jpg",
    "thumbnail_uri": "",
    "song": "My Boy (Twin Fantasy)",
    "track_id": "b166ffb3-ccd2-4118-9cfb-ff3b490d9cfc",
    "recording_id": null,
    "artist": "Car Seat Headrest",
    "artist_ids": [
        "0fabbc1d-8d94-4a61-bd1d-1099ad1e4559"
    ],
    "album": "Twin Fantasy (Face To Face)",
    "release_id": "66d6168d-14f2-48bf-8c5f-a125401ebaa7",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2018-02-13",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This final track from Caleb's \"yelping sad\" mix, we have a song by Car Seat Headrest. They performed live in the KEXP studio in April 2018. Watch it here: https://www.youtube.com/watch?v=CqT3U2UYS4k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}