Information about plays

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

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

{
    "id": 3598563,
    "uri": "https://api.kexp.org/v2/plays/3598563/?format=api",
    "airdate": "2025-12-31T20:01:44-08:00",
    "show": 65527,
    "show_uri": "https://api.kexp.org/v2/shows/65527/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cementerio club",
    "track_id": null,
    "recording_id": "9bf5ce0b-0725-4e4d-ac6a-ba74e298fd17",
    "artist": "Pescado Rabioso",
    "artist_ids": [
        "ff401398-6d43-4e91-8f87-33fe19aafd84"
    ],
    "album": "Artaud",
    "release_id": null,
    "release_group_id": "8e50433a-c1d5-3019-a48d-0d6b97a5f32b",
    "labels": [
        "Microfon"
    ],
    "label_ids": [
        "25c769a9-c937-45cf-add0-1ad6a70a6180"
    ],
    "release_date": "1973-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the essential tracks by Pescado Rabioso, the legendary Argentine band led by Luis Alberto Spinetta. Featured on the iconic album Artaud (1973), this song blends surrealism and bluesy psychedelia to reflect on identity and loneliness from a poetic lens.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}