Information about plays

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

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

{
    "id": 3438120,
    "uri": "https://api.kexp.org/v2/plays/3438120/?format=api",
    "airdate": "2024-12-14T19:43:52-08:00",
    "show": 62111,
    "show_uri": "https://api.kexp.org/v2/shows/62111/?format=api",
    "image_uri": "https://ia902708.us.archive.org/11/items/mbid-fc1e1e02-e3a5-44c1-b83c-192adf524d00/mbid-fc1e1e02-e3a5-44c1-b83c-192adf524d00-36398751245_thumb500.jpg",
    "thumbnail_uri": "https://ia902708.us.archive.org/11/items/mbid-fc1e1e02-e3a5-44c1-b83c-192adf524d00/mbid-fc1e1e02-e3a5-44c1-b83c-192adf524d00-36398751245_thumb250.jpg",
    "song": "Foam in the Ocean",
    "track_id": "4052f240-8209-4d90-a251-212701835388",
    "recording_id": "39b81efa-3a82-41b7-8f60-0def73c3541e",
    "artist": "Seaside Tryst",
    "artist_ids": [
        "4eeccea1-12d6-4ac3-be87-71b093a9ab77"
    ],
    "album": "Foam in the Ocean",
    "release_id": "fc1e1e02-e3a5-44c1-b83c-192adf524d00",
    "release_group_id": "4a8c1d77-a7b6-417f-9ca1-dad1bc36150e",
    "labels": [
        "Cruisin Records"
    ],
    "label_ids": [
        "32ee7474-8319-4dc9-88e4-b3490a317ca6"
    ],
    "release_date": "2023-08-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's Seattle's Seaside Tryst! This is off their 2023 record Different Places, which \"wields infectious melodies which will keep dancers moving in goth clubs and gay bars alike.\"\n\nhttps://seasidetryst.bandcamp.com/album/different-places",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}