Information about plays

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

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

{
    "id": 3410075,
    "uri": "https://api.kexp.org/v2/plays/3410075/?format=api",
    "airdate": "2024-10-08T15:24:41-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "https://ia800506.us.archive.org/17/items/mbid-f85cb931-3091-4982-af99-dbe41efb1149/mbid-f85cb931-3091-4982-af99-dbe41efb1149-40052263137_thumb500.jpg",
    "thumbnail_uri": "https://ia600506.us.archive.org/17/items/mbid-f85cb931-3091-4982-af99-dbe41efb1149/mbid-f85cb931-3091-4982-af99-dbe41efb1149-40052263137_thumb250.jpg",
    "song": "Dissolve",
    "track_id": "b6d8d2b1-dd73-4122-995e-599f18f72fe9",
    "recording_id": "ead4b7a7-c9f2-4cd4-870e-6ff1df57fb7f",
    "artist": "Naked Giants",
    "artist_ids": [
        "0b183251-c4a7-47ab-87b4-4cc0e50dfe95"
    ],
    "album": "Shine Away",
    "release_id": "f85cb931-3091-4982-af99-dbe41efb1149",
    "release_group_id": "97c3ea2a-a042-4534-969f-9c164fc986c0",
    "labels": [
        "DevilDuck Records"
    ],
    "label_ids": [
        "b3446a32-c5be-4c80-9b60-81a4fa610846"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Naked Giants will be performing in Seattle, on November 7th at The Crocodile!\n---\nListen to more from their most recent release 'Shine Away' here, enjoy:\nhttps://nakedgiants.bandcamp.com/album/shine-away",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}