Information about plays

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

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

{
    "id": 3594220,
    "uri": "https://api.kexp.org/v2/plays/3594220/?format=api",
    "airdate": "2025-12-21T22:05:07-08:00",
    "show": 65442,
    "show_uri": "https://api.kexp.org/v2/shows/65442/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saat",
    "track_id": null,
    "recording_id": "ae9c70fe-9983-44f4-ae08-a5954112e3bb",
    "artist": "Impérieux",
    "artist_ids": [
        "87b23e08-369d-4403-841f-e5b2b7d1d7b1"
    ],
    "album": "Fena EP",
    "release_id": null,
    "release_group_id": "c116eee6-fe6f-41f7-b9c9-c9080ff0085f",
    "labels": [
        "Hessle Audio"
    ],
    "label_ids": [
        "a41b313f-f779-4105-b7a4-7e61b4a802f7"
    ],
    "release_date": "2025-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://imprieux.bandcamp.com/album/fena-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}