Information about plays

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

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

{
    "id": 345362,
    "uri": "https://api.kexp.org/v2/plays/345362/?format=api",
    "airdate": "2019-06-24T01:19:00-07:00",
    "show": 5759,
    "show_uri": "https://api.kexp.org/v2/shows/5759/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twf",
    "track_id": "1d91bc0a-23d4-4e63-bb69-2a23f8e82da6",
    "recording_id": null,
    "artist": "Steve Coleman and Five Elements",
    "artist_ids": [
        "ed05b0a9-6100-4e1e-9234-be21cbfc66f6"
    ],
    "album": "Live at the Village Vanguard, Vol. 1 (The Embedded Sets)",
    "release_id": "050f4830-7d61-4a12-81f4-abe1d58f273b",
    "release_group_id": null,
    "labels": [
        "Pi Recordings"
    ],
    "label_ids": [
        "78862eb8-4ad1-4a6e-85f5-8f4d13cc6905"
    ],
    "release_date": "2018-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}