Information about plays

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

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

{
    "id": 3596016,
    "uri": "https://api.kexp.org/v2/plays/3596016/?format=api",
    "airdate": "2025-12-25T21:53:29-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b7948d9-d969-4ddd-88b5-a57fa11bb6cc/25479737355-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1b7948d9-d969-4ddd-88b5-a57fa11bb6cc/25479737355-250.jpg",
    "song": "Your Dream",
    "track_id": null,
    "recording_id": "316ee5fd-bbf7-42f4-8432-45b8af86a2e5",
    "artist": "原マスミ",
    "artist_ids": [
        "c5400bac-8113-4e9f-90cd-d35af40abc4a"
    ],
    "album": "夢の4倍",
    "release_id": null,
    "release_group_id": "ff84b3c5-8d1c-4a48-adf6-f69126909819",
    "labels": [
        "Yupiteru Records"
    ],
    "label_ids": [
        "a19e4521-86ab-4e07-b23c-01e8b1cc6031"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Japanese synth-pop from the 1980s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}