Information about plays

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

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

{
    "id": 3572393,
    "uri": "https://api.kexp.org/v2/plays/3572393/?format=api",
    "airdate": "2025-10-31T23:54:39-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/58d9044c-85f9-4388-ae5e-3a0f41dc67ef/2980148600-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/58d9044c-85f9-4388-ae5e-3a0f41dc67ef/2980148600-250.jpg",
    "song": "Scary Movies",
    "track_id": null,
    "recording_id": "cab613fd-e6c8-4d89-9669-0056b389f671",
    "artist": "Bad Meets Evil",
    "artist_ids": [
        "87f27b14-cbd0-44ea-93a3-6fead5cb45e7"
    ],
    "album": "Bad Meets Evil",
    "release_id": null,
    "release_group_id": "8acf05e3-2ae4-45a9-b33c-fcb3fe8889b1",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}