Information about plays

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

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

{
    "id": 3422465,
    "uri": "https://api.kexp.org/v2/plays/3422465/?format=api",
    "airdate": "2024-11-07T10:17:17-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?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://ia600601.us.archive.org/17/items/mbid-ef2e9e0d-23c0-43d0-a457-701339a3415a/mbid-ef2e9e0d-23c0-43d0-a457-701339a3415a-39431516728_thumb250.jpg",
    "song": "You’re So Impatient",
    "track_id": "54309f14-7582-40c0-b43d-d267a3c8ecb3",
    "recording_id": "2fe9f026-51f3-440e-ab16-fe3dce26a4a8",
    "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": "Pixies have just released 'The Night the Zombies Came', which marks their 10th studio album. This is the first record with their new bassist, Emma Richardson, who joined earlier this year.\n\nhttps://www.pixiesmusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}