Information about plays

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

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

{
    "id": 3437424,
    "uri": "https://api.kexp.org/v2/plays/3437424/?format=api",
    "airdate": "2024-12-13T04:07:32-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "https://ia801206.us.archive.org/13/items/mbid-bcfd49e6-a6fa-4d26-af05-12264fa664e2/mbid-bcfd49e6-a6fa-4d26-af05-12264fa664e2-38352600165_thumb500.jpg",
    "thumbnail_uri": "https://ia801206.us.archive.org/13/items/mbid-bcfd49e6-a6fa-4d26-af05-12264fa664e2/mbid-bcfd49e6-a6fa-4d26-af05-12264fa664e2-38352600165_thumb250.jpg",
    "song": "Something in the Room She Moves",
    "track_id": "ee47e7b0-83d7-4dc0-8555-7bc5a0a10a0d",
    "recording_id": "68bf5383-be2b-4831-8db2-981b93b87863",
    "artist": "Julia Holter",
    "artist_ids": [
        "45610c1f-41a4-44f1-9da6-227510073ffc"
    ],
    "album": "Something in the Room She Moves",
    "release_id": "bcfd49e6-a6fa-4d26-af05-12264fa664e2",
    "release_group_id": "f0be7474-c683-4721-8389-11b3e011387b",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2024-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My 10th favorite album of the year! Vote for yours now at KEXP.org! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}