Information about plays

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

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

{
    "id": 357340,
    "uri": "https://api.kexp.org/v2/plays/357340/?format=api",
    "airdate": "2019-07-21T17:18:00-07:00",
    "show": 5957,
    "show_uri": "https://api.kexp.org/v2/shows/5957/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Going Through",
    "track_id": "b4a2dfb7-b2a0-47fe-abe2-aed68a096b35",
    "recording_id": null,
    "artist": "Soviet Soviet",
    "artist_ids": [
        "31cfeb33-1cad-4015-89d2-2dde5a1e12b5"
    ],
    "album": "Endless",
    "release_id": "e70261c7-0547-4d04-8fdd-be5d94380e4d",
    "release_group_id": null,
    "labels": [
        "felte"
    ],
    "label_ids": [
        "edd4e28e-d53c-415c-8ce8-ace9dfb452ac"
    ],
    "release_date": "2016-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}