Information about plays

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

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

{
    "id": 375594,
    "uri": "https://api.kexp.org/v2/plays/375594/?format=api",
    "airdate": "2019-09-02T11:20:04-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song 2",
    "track_id": "97cbf5f2-f4d4-3572-99f0-588d14a33d25",
    "recording_id": null,
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "Blur: The Best Of",
    "release_id": "086ee046-31ba-4b68-9a8a-2433971fd94f",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2000-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blur likes a theme: Song 2 is two minutes and two seconds long, with two verses and two choruses, and was the second song on their self-titled album, as well as being the second single released.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}