Information about plays

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

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

{
    "id": 3437578,
    "uri": "https://api.kexp.org/v2/plays/3437578/?format=api",
    "airdate": "2024-12-13T12:47:07-08:00",
    "show": 62097,
    "show_uri": "https://api.kexp.org/v2/shows/62097/?format=api",
    "image_uri": "https://ia600100.us.archive.org/5/items/mbid-975c3bb5-c3e1-43db-b888-d66b213fef8d/mbid-975c3bb5-c3e1-43db-b888-d66b213fef8d-40403227135_thumb500.jpg",
    "thumbnail_uri": "https://ia600100.us.archive.org/5/items/mbid-975c3bb5-c3e1-43db-b888-d66b213fef8d/mbid-975c3bb5-c3e1-43db-b888-d66b213fef8d-40403227135_thumb250.jpg",
    "song": "Like The End",
    "track_id": "40b7a1c8-1c1a-4bb3-b448-cf1dde83b464",
    "recording_id": "362bb48e-e814-4e3f-87c2-8fe91c726e47",
    "artist": "James Blake",
    "artist_ids": [
        "8dc08b1f-e393-4f85-a5dd-300f7693a8b8"
    ],
    "album": "Like The End",
    "release_id": "975c3bb5-c3e1-43db-b888-d66b213fef8d",
    "release_group_id": "8c55434b-5dc8-4412-8de6-3bb70c9fc638",
    "labels": [
        "CMYK"
    ],
    "label_ids": [
        "86966086-a2ea-4844-a885-beaf978a052f"
    ],
    "release_date": "2024-11-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James Blake released \"Like The End\" as a single in November! \nhttps://www.jamesblakemusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}