Information about plays

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

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

{
    "id": 3429078,
    "uri": "https://api.kexp.org/v2/plays/3429078/?format=api",
    "airdate": "2024-11-23T12:22:02-08:00",
    "show": 61927,
    "show_uri": "https://api.kexp.org/v2/shows/61927/?format=api",
    "image_uri": "https://ia902207.us.archive.org/5/items/mbid-2f26d2fd-6594-49fd-b18d-395434940ce6/mbid-2f26d2fd-6594-49fd-b18d-395434940ce6-32154794426_thumb500.jpg",
    "thumbnail_uri": "https://ia802207.us.archive.org/5/items/mbid-2f26d2fd-6594-49fd-b18d-395434940ce6/mbid-2f26d2fd-6594-49fd-b18d-395434940ce6-32154794426_thumb250.jpg",
    "song": "All Being Fine",
    "track_id": "74e026b9-b82d-471d-9185-179ea906eda6",
    "recording_id": "38c321f3-e61c-4081-aef6-b72142544cc0",
    "artist": "King Hannah",
    "artist_ids": [
        "39c0f0b4-f310-46d4-81fb-3ba0093092e0"
    ],
    "album": "I'm Not Sorry, I Was Just Being Me",
    "release_id": "2f26d2fd-6594-49fd-b18d-395434940ce6",
    "release_group_id": "05895684-1c34-4ee5-8303-a49d7a8a37e0",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2022-02-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King Hannah is from Liverpool!\n\nhttps://kinghannah.bandcamp.com/album/i-m-not-sorry-i-was-just-being-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}