Information about plays

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

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

{
    "id": 373757,
    "uri": "https://api.kexp.org/v2/plays/373757/?format=api",
    "airdate": "2019-08-29T00:44:00-07:00",
    "show": 6222,
    "show_uri": "https://api.kexp.org/v2/shows/6222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Night Diner",
    "track_id": "56aa2964-b6f3-4dc7-803f-dbb5c9bc255f",
    "recording_id": null,
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Interstate 8",
    "release_id": "77844fd7-c853-4f52-971d-4f432e8f5839",
    "release_group_id": null,
    "labels": [
        "Glacial Pace"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}