Information about plays

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

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

{
    "id": 3421515,
    "uri": "https://api.kexp.org/v2/plays/3421515/?format=api",
    "airdate": "2024-11-05T01:25:06-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://coverartarchive.org/release/98ea43f4-4617-4a41-b8fa-f14bc78bfe11/28619214327-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98ea43f4-4617-4a41-b8fa-f14bc78bfe11/28619214327-250.jpg",
    "song": "OUT WEST",
    "track_id": null,
    "recording_id": "e87b9e4a-2774-427f-859c-7f7b8140e6cc",
    "artist": "JACKBOYS feat. Young Thug",
    "artist_ids": [
        "55814ae1-f5aa-4481-9878-05d9faf98c5a",
        "800760de-bdf8-43a2-8fe0-44a2401a5515"
    ],
    "album": "JACKBOYS",
    "release_id": null,
    "release_group_id": "90c51cee-0079-4d87-9fac-5c2683a438ac",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2019-12-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "YOUNG THUG IS FINALLY FREE\n\n(Wait til the end of this video for a Quincy Jones cameo!)\n\nhttps://www.youtube.com/watch?v=qAlF70MdfwU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}