Information about plays

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

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

{
    "id": 3598241,
    "uri": "https://api.kexp.org/v2/plays/3598241/?format=api",
    "airdate": "2025-12-31T01:32:53-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turn on the Lights Again...",
    "track_id": "e213a9a0-9daf-4b25-9191-5ec576c02c37",
    "recording_id": "95265d42-bcc4-496c-af5f-6fd33846a934",
    "artist": "Fred again.. & Swedish House Mafia feat. Future",
    "artist_ids": [
        "bca46a0c-25c9-42ca-98c2-e64c8a5e337e",
        "99075985-0d80-4692-a15e-b16f78831792",
        "48262e82-db9f-4a92-b650-dfef979b73ec"
    ],
    "album": "Turn on the Lights Again...",
    "release_id": "dc30708d-4d5a-407f-bc24-95a56a15be51",
    "release_group_id": "e4367f57-77f5-4c7c-bea1-8a506c6fcdf5",
    "labels": [
        "Atlantic Records UK"
    ],
    "label_ids": [
        "920d9e79-f93a-4231-993a-1b23d84576ca"
    ],
    "release_date": "2022-07-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Collaboration... Fred again.. and Swedish House Mafia.\n\nhttps://www.fredagain.com/ \nhttps://www.swedishhousemafia.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}