Information about plays

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

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

{
    "id": 3591903,
    "uri": "https://api.kexp.org/v2/plays/3591903/?format=api",
    "airdate": "2025-12-16T14:30:49-08:00",
    "show": 65395,
    "show_uri": "https://api.kexp.org/v2/shows/65395/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(I Don't Want to) Fly Away",
    "track_id": "72a7eeaf-4837-406d-9ea7-d6dafbea7100",
    "recording_id": "944b14c9-86f9-4bfa-990e-2e5b8b1f6b6e",
    "artist": "London Elektricity",
    "artist_ids": [
        "0356daee-ec48-4495-bc3e-460b8a5eacad"
    ],
    "album": "Lunatics & Legends",
    "release_id": "cf989e42-cb57-471f-bac4-55fcb4a268ef",
    "release_group_id": "d3773e4b-aa55-4bba-bb21-4f8251ba18f0",
    "labels": [
        "Fast Soul Music"
    ],
    "label_ids": [
        "61ec3d50-293e-4e74-9999-a3c07f1b35cc"
    ],
    "release_date": "2025-11-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London Elektricity is a producer, DJ & record label owner from South London.\n---\nListen to more from Lunatics & Legends here:\nhttps://londonelek.bandcamp.com/album/lunatics-legends",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}