Information about plays

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

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

{
    "id": 3519830,
    "uri": "https://api.kexp.org/v2/plays/3519830/?format=api",
    "airdate": "2025-06-28T06:28:06-07:00",
    "show": 63857,
    "show_uri": "https://api.kexp.org/v2/shows/63857/?format=api",
    "image_uri": "https://coverartarchive.org/release/0073e806-9ba4-4767-9cd1-219b0c777f92/41418273217-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0073e806-9ba4-4767-9cd1-219b0c777f92/41418273217-250.jpg",
    "song": "1807",
    "track_id": null,
    "recording_id": "3c8572c3-c3e2-469b-a383-6f99233003cc",
    "artist": "SHIMA",
    "artist_ids": [
        "66068aa7-28e5-4427-be09-12db76a55cd2"
    ],
    "album": "1807",
    "release_id": null,
    "release_group_id": "67bcb723-b6e5-4c33-a549-295986542be8",
    "labels": [
        "Young Art Records"
    ],
    "label_ids": [
        "fae06445-389a-4993-84ab-c538b695f60d"
    ],
    "release_date": "2025-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}