Information about plays

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

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

{
    "id": 3418517,
    "uri": "https://api.kexp.org/v2/plays/3418517/?format=api",
    "airdate": "2024-10-28T20:23:33-07:00",
    "show": 61702,
    "show_uri": "https://api.kexp.org/v2/shows/61702/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb50135f-ea62-4fd2-b2d8-599c8093596b/27470728331-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eb50135f-ea62-4fd2-b2d8-599c8093596b/27470728331-250.jpg",
    "song": "What’s Holding You?",
    "track_id": null,
    "recording_id": "09665697-9e03-40d3-8131-21ec99bf725a",
    "artist": "Lorelle Meets the Obsolete",
    "artist_ids": [
        "0e826d93-0b1c-46c9-b1ce-d3b5a8e567ca"
    ],
    "album": "Seriously, Eric? #1234567",
    "release_id": null,
    "release_group_id": "283526c3-b4e7-4424-b80f-8f34c210218b",
    "labels": [
        "Alter K"
    ],
    "label_ids": [
        "5c1c1858-0771-477b-b315-09cbed2aae34"
    ],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psychedelic shoegaze blending dreamy vocals with heavy reverb and hypnotic guitar work.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}