Information about plays

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

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

{
    "id": 3577356,
    "uri": "https://api.kexp.org/v2/plays/3577356/?format=api",
    "airdate": "2025-11-12T19:17:14-08:00",
    "show": 65093,
    "show_uri": "https://api.kexp.org/v2/shows/65093/?format=api",
    "image_uri": "https://coverartarchive.org/release/42872197-4149-425b-aeae-0e698a2a0ecc/41308120756-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/42872197-4149-425b-aeae-0e698a2a0ecc/41308120756-250.jpg",
    "song": "Tarantula Eye",
    "track_id": null,
    "recording_id": "2b8b7e64-a7c2-4f29-b106-9299f32e058f",
    "artist": "Hooveriii",
    "artist_ids": [
        "07136810-624a-4632-91a3-35f89194d179"
    ],
    "album": "Manhunter",
    "release_id": null,
    "release_group_id": "2d52e6e0-cb2d-49ad-a893-5434a2a4b3cf",
    "labels": [
        "The Reverberation Appreciation Society"
    ],
    "label_ids": [
        "90f6c84f-79aa-4517-b24f-d6a404eea648"
    ],
    "release_date": "2025-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hooveriii - Tarantula Eye (Official Video) - https://www.youtube.com/watch?v=rnqKJrgcCtU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}