Information about plays

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

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

{
    "id": 3572358,
    "uri": "https://api.kexp.org/v2/plays/3572358/?format=api",
    "airdate": "2025-10-31T22:01:01-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/d01820a8-f05b-407c-a0ab-e9fd9b45c823/17460592447-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d01820a8-f05b-407c-a0ab-e9fd9b45c823/17460592447-250.jpg",
    "song": "25 Lighters",
    "track_id": null,
    "recording_id": "5559b86c-c66a-4395-918b-0c019b183cf3",
    "artist": "Z‐Ro",
    "artist_ids": [
        "36cf5c5e-14fb-42c0-a232-56bd449a81df"
    ],
    "album": "Crack",
    "release_id": null,
    "release_group_id": "481c05b0-5c40-39f1-a6d7-69d5c7230019",
    "labels": [
        "Rap-A-Lot 4 Life"
    ],
    "label_ids": [
        "d518b44e-d393-4765-a118-2dd2e0340506"
    ],
    "release_date": "2008-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}