Information about plays

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

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

{
    "id": 3429184,
    "uri": "https://api.kexp.org/v2/plays/3429184/?format=api",
    "airdate": "2024-11-23T18:34:03-08:00",
    "show": 61929,
    "show_uri": "https://api.kexp.org/v2/shows/61929/?format=api",
    "image_uri": "https://coverartarchive.org/release/7b0f944f-0582-449d-a6db-b21c6601cc60/20345178917-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7b0f944f-0582-449d-a6db-b21c6601cc60/20345178917-250.jpg",
    "song": "Anchor",
    "track_id": null,
    "recording_id": "8100b07a-dca8-4e5d-ac47-50e6d5d1b297",
    "artist": "Tu Fawning",
    "artist_ids": [
        "efc16bcc-f90a-4256-b411-2a4a2794d92c"
    ],
    "album": "A Monument",
    "release_id": null,
    "release_group_id": "a44f63a0-3fb6-4142-b907-aaa659d6b465",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It did come out in 2012!! DO QUOTE ME ON THAT",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}