Information about plays

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

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

{
    "id": 3520183,
    "uri": "https://api.kexp.org/v2/plays/3520183/?format=api",
    "airdate": "2025-06-28T23:43:25-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "First You Dream",
    "track_id": null,
    "recording_id": "ecb714b2-c7c0-43a9-a64d-5687345529f1",
    "artist": "Poison 13",
    "artist_ids": [
        "fcea3eec-a4e1-4749-b4e5-92b93ab7f29b"
    ],
    "album": "First You Dream...",
    "release_id": null,
    "release_group_id": "7e789835-bb49-46fe-bf3f-fb72b31fcddb",
    "labels": [
        "Wrestler Records"
    ],
    "label_ids": [
        "ad435f13-3023-4da0-93a7-fb51d7c9268d"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}