Information about plays

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

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

{
    "id": 3550012,
    "uri": "https://api.kexp.org/v2/plays/3550012/?format=api",
    "airdate": "2025-09-07T11:18:51-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Alive",
    "track_id": null,
    "recording_id": "32f93920-026f-4b02-ad54-99c5ca487149",
    "artist": "Johnny Thunder",
    "artist_ids": [
        "97104468-bd67-4187-8fe9-1ebef86708b3"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Calla"
    ],
    "label_ids": [
        "be681010-7661-4dbf-b5fa-6e7209796597"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1969 Bob Dylan said this song and its title was the “that sentiment, truly expressed.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}