Information about plays

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

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

{
    "id": 3549545,
    "uri": "https://api.kexp.org/v2/plays/3549545/?format=api",
    "airdate": "2025-09-06T06:51:44-07:00",
    "show": 64488,
    "show_uri": "https://api.kexp.org/v2/shows/64488/?format=api",
    "image_uri": "https://coverartarchive.org/release/820261a0-f219-4d03-8aa7-f3088f4b2855/25270101587-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/820261a0-f219-4d03-8aa7-f3088f4b2855/25270101587-250.jpg",
    "song": "Intentions",
    "track_id": null,
    "recording_id": "4b7029f6-9873-4bb6-821f-db0de245ab44",
    "artist": "Justin Bieber ft. Quavo",
    "artist_ids": [
        "e0140a67-e4d1-4f13-8a01-364355bee46e",
        "6143403a-df6c-429e-8ee6-ef869896b0da"
    ],
    "album": "Changes",
    "release_id": null,
    "release_group_id": "7f673bef-5e95-46a7-baa2-8f29df0624cf",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2020-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}