Information about plays

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

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

{
    "id": 3419077,
    "uri": "https://api.kexp.org/v2/plays/3419077/?format=api",
    "airdate": "2024-10-30T01:21:27-07:00",
    "show": 61713,
    "show_uri": "https://api.kexp.org/v2/shows/61713/?format=api",
    "image_uri": "https://ia801604.us.archive.org/0/items/mbid-87263b99-c28b-4b9d-b0f2-6f11daf98b88/mbid-87263b99-c28b-4b9d-b0f2-6f11daf98b88-34590310916_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/0/items/mbid-87263b99-c28b-4b9d-b0f2-6f11daf98b88/mbid-87263b99-c28b-4b9d-b0f2-6f11daf98b88-34590310916_thumb250.jpg",
    "song": "Witching Hour",
    "track_id": "ecd143eb-5daa-4493-b947-5700c25ebf77",
    "recording_id": "70e54eef-c05d-471b-82d8-2c3c24827845",
    "artist": "Spirit Award",
    "artist_ids": [
        "72042f4e-7652-4bf4-8846-d4981b760f67"
    ],
    "album": "Muted Crowd",
    "release_id": "87263b99-c28b-4b9d-b0f2-6f11daf98b88",
    "release_group_id": "a661c41e-2b86-4de4-bbb6-b24330094a04",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Spirit Award was streaming live here in the KEXP studios!\n\nhttps://www.youtube.com/watch?v=fuzcNrxHD-c\n\nhttps://www.spiritaward.band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}