Information about plays

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

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

{
    "id": 3543034,
    "uri": "https://api.kexp.org/v2/plays/3543034/?format=api",
    "airdate": "2025-08-21T20:23:46-07:00",
    "show": 64350,
    "show_uri": "https://api.kexp.org/v2/shows/64350/?format=api",
    "image_uri": "https://coverartarchive.org/release/0f60cb48-eda5-4177-a56e-7fb6b126a23e/39331744760-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0f60cb48-eda5-4177-a56e-7fb6b126a23e/39331744760-250.jpg",
    "song": "REAL LIFE LOVE",
    "track_id": null,
    "recording_id": "05783840-b4d9-4ec5-940b-5fe6a20c9f02",
    "artist": "SPEED",
    "artist_ids": [
        "4ccddb42-9be6-46d8-822c-d9974962abec"
    ],
    "album": "ONLY ONE MODE",
    "release_id": null,
    "release_group_id": "32f115b6-cdd0-4c7f-8764-7c5c50d89de8",
    "labels": [
        "Flatspot Records"
    ],
    "label_ids": [
        "07ce5e14-0096-4bf5-a1a7-f345554af7ae"
    ],
    "release_date": "2024-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On tour opening for Turnstile, hitting Seattle October 7th!\n\nhttps://flatspotrecords.bandcamp.com/album/fsr75-only-one-mode",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}