Information about plays

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

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

{
    "id": 3590783,
    "uri": "https://api.kexp.org/v2/plays/3590783/?format=api",
    "airdate": "2025-12-13T22:05:30-08:00",
    "show": 65372,
    "show_uri": "https://api.kexp.org/v2/shows/65372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Answer",
    "track_id": null,
    "recording_id": null,
    "artist": "Haram",
    "artist_ids": [
        "b2f2363f-ccb9-4e01-906e-abebe45caea6"
    ],
    "album": "ليش الجنة بيتبلش في الجهنم؟ Why Does Paradise Begin in Hell",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Toxic State Records"
    ],
    "label_ids": [
        "6bea8723-4ead-4a62-8c28-baf8edd8ae81"
    ],
    "release_date": "2025-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York City hardcore punk band Haram returns with their first new recordings in six years",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}