Information about plays

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

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

{
    "id": 3520161,
    "uri": "https://api.kexp.org/v2/plays/3520161/?format=api",
    "airdate": "2025-06-28T22:53:00-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d9b9120-f036-491c-ac08-ab56a276d04f/41504439757-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2d9b9120-f036-491c-ac08-ab56a276d04f/41504439757-250.jpg",
    "song": "Before My Eyes",
    "track_id": null,
    "recording_id": "5cdd88d0-1b4f-494b-8262-e0a91c119636",
    "artist": "False Flag",
    "artist_ids": [
        "69a3e489-01b4-41be-b504-635e14a42cf7"
    ],
    "album": "Big Sleep",
    "release_id": null,
    "release_group_id": "fec3ace3-78ce-4a22-a215-09a086f51e09",
    "labels": [
        "FYJFY"
    ],
    "label_ids": [
        "c734c656-822a-4086-849b-fcfd1a447c98"
    ],
    "release_date": "2023-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "SF, CA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}