Information about plays

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

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

{
    "id": 374944,
    "uri": "https://api.kexp.org/v2/plays/374944/?format=api",
    "airdate": "2019-08-31T19:13:20-07:00",
    "show": 6241,
    "show_uri": "https://api.kexp.org/v2/shows/6241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Understatement Of The Year",
    "track_id": "3e1e3531-1977-4b89-abe1-c3a66158ece4",
    "recording_id": null,
    "artist": "Gerald Collier",
    "artist_ids": [
        "b0018c21-1d7b-4fd9-aa71-4d86276bf1d0"
    ],
    "album": "Low Tar Taste",
    "release_id": "9ee09a9f-80c0-4116-b337-46566c383d75",
    "release_group_id": null,
    "labels": [
        "Aces & Eights Recordings"
    ],
    "label_ids": [
        "eff69f8a-7225-482c-9b62-d25867f6a6d7"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}