Information about plays

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

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

{
    "id": 3428012,
    "uri": "https://api.kexp.org/v2/plays/3428012/?format=api",
    "airdate": "2024-11-20T23:00:22-08:00",
    "show": 61904,
    "show_uri": "https://api.kexp.org/v2/shows/61904/?format=api",
    "image_uri": "https://ia600601.us.archive.org/17/items/mbid-ef2e9e0d-23c0-43d0-a457-701339a3415a/mbid-ef2e9e0d-23c0-43d0-a457-701339a3415a-39431516728_thumb500.jpg",
    "thumbnail_uri": "https://ia800601.us.archive.org/17/items/mbid-ef2e9e0d-23c0-43d0-a457-701339a3415a/mbid-ef2e9e0d-23c0-43d0-a457-701339a3415a-39431516728_thumb250.jpg",
    "song": "Ernest Evans",
    "track_id": "cf1977bd-5a57-4f20-aec4-48a6c01d0663",
    "recording_id": "6634f690-679d-4b4b-87ca-27eac1853d37",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "The Night the Zombies Came",
    "release_id": "ef2e9e0d-23c0-43d0-a457-701339a3415a",
    "release_group_id": "29d10b6a-e912-4820-a26a-29f1410c85e6",
    "labels": [
        "BMG Rights Management"
    ],
    "label_ids": [
        "49b3f86b-46e5-40bf-b05c-f8ee4eb89327"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New tenth record from Pixies! Playing a couple shows with Pearl Jam in Australia this week.\n\nhttps://www.pixiesmusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}