Information about plays

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

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

{
    "id": 376001,
    "uri": "https://api.kexp.org/v2/plays/376001/?format=api",
    "airdate": "2019-09-03T12:48:00-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Call Ticketron",
    "track_id": "daa4f4f3-6985-427d-a754-8684c764ab56",
    "recording_id": null,
    "artist": "Run the Jewels",
    "artist_ids": [
        "a80c5dc5-b12e-4667-9f5a-b568961f3839"
    ],
    "album": "Run the Jewels 3",
    "release_id": "a20c774f-7682-49fd-98e4-c56016430eae",
    "release_group_id": null,
    "labels": [
        "Run the Jewels, Inc."
    ],
    "label_ids": [],
    "release_date": "2017-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Run the Jewels' fabulous live performance in the KEXP studio in 2017:  https://www.youtube.com/watch?v=C8zQHaIPzVw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}