Information about plays

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

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

{
    "id": 3561394,
    "uri": "https://api.kexp.org/v2/plays/3561394/?format=api",
    "airdate": "2025-10-04T21:42:25-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://coverartarchive.org/release/503f0b1f-d14d-429e-9b9b-9c118ea5b3bd/41794689443-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/503f0b1f-d14d-429e-9b9b-9c118ea5b3bd/41794689443-250.jpg",
    "song": "Throwaway Kids",
    "track_id": null,
    "recording_id": "e5e98c84-8c5d-4a12-a5be-5de713101624",
    "artist": "Cult Crime",
    "artist_ids": [
        "d6f80c60-8717-4ad9-95c2-163474d928af"
    ],
    "album": "Cult Crime",
    "release_id": null,
    "release_group_id": "5eda4ca3-45a1-4536-82dc-39b854fe7aca",
    "labels": [
        "Ugly Pop Records"
    ],
    "label_ids": [
        "93c9936b-28e3-4176-9d3e-5917ff8c9a9f"
    ],
    "release_date": "2025-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}