Information about plays

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

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

{
    "id": 2676377,
    "uri": "https://api.kexp.org/v2/plays/2676377/?format=api",
    "airdate": "2019-12-21T14:28:57-08:00",
    "show": 46195,
    "show_uri": "https://api.kexp.org/v2/shows/46195/?format=api",
    "image_uri": "https://coverartarchive.org/release/f088b664-4e40-42d6-b2ca-f86ff631c1be/4472891407-250.jpg",
    "thumbnail_uri": "",
    "song": "A Christmas Fucking Miracle",
    "track_id": "a50a2354-826e-46d0-9dca-3fb6c4aec296",
    "recording_id": null,
    "artist": "Run the Jewels",
    "artist_ids": [
        "a80c5dc5-b12e-4667-9f5a-b568961f3839"
    ],
    "album": "Run the Jewels",
    "release_id": "f088b664-4e40-42d6-b2ca-f86ff631c1be",
    "release_group_id": null,
    "labels": [
        "Fool’s Gold Records"
    ],
    "label_ids": [
        "c1fc0c7a-8244-4511-8f34-065c113403be"
    ],
    "release_date": "2013-06-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A request for Andrew, turning 14 tomorrow! Happy birthday!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}