Information about plays

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

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

{
    "id": 3550241,
    "uri": "https://api.kexp.org/v2/plays/3550241/?format=api",
    "airdate": "2025-09-08T01:26:29-07:00",
    "show": 64505,
    "show_uri": "https://api.kexp.org/v2/shows/64505/?format=api",
    "image_uri": "https://coverartarchive.org/release/2bc075f7-57ba-4e1b-960d-67def382e5a5/25244659145-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2bc075f7-57ba-4e1b-960d-67def382e5a5/25244659145-250.jpg",
    "song": "Build a Nest",
    "track_id": null,
    "recording_id": "14d4eaba-127b-4170-b8f8-e6b12d8dc38a",
    "artist": "Jeff Parker & The New Breed feat. Ruby Parker",
    "artist_ids": [
        "fe73ad5d-7593-4f28-a7a2-d5c0b124cafd",
        "163c911e-3769-403d-86a6-8af0a0e7a1c5"
    ],
    "album": "Suite for Max Brown",
    "release_id": null,
    "release_group_id": "f66c9888-b308-4768-8049-826ecabab459",
    "labels": [
        "International Anthem Recording Co."
    ],
    "label_ids": [
        "817464f6-8b69-4467-988c-1ce0bc23122e"
    ],
    "release_date": "2020-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}