Information about plays

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

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

{
    "id": 3622864,
    "uri": "https://api.kexp.org/v2/plays/3622864/?format=api",
    "airdate": "2026-02-27T04:36:55-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "https://ia601904.us.archive.org/35/items/mbid-aec17f60-50f5-4627-8514-f0425a5851fe/mbid-aec17f60-50f5-4627-8514-f0425a5851fe-43719199784_thumb500.jpg",
    "thumbnail_uri": "https://ia601904.us.archive.org/35/items/mbid-aec17f60-50f5-4627-8514-f0425a5851fe/mbid-aec17f60-50f5-4627-8514-f0425a5851fe-43719199784_thumb250.jpg",
    "song": "Weekend DJ",
    "track_id": "26b8785d-ef90-485c-8a43-e0dadae00781",
    "recording_id": "a66a3673-0083-45e4-9a6c-c54c5870d133",
    "artist": "CRYYS",
    "artist_ids": [
        "fd7d4ed7-1a14-4b5b-b8f2-074888187ebc"
    ],
    "album": "Cry Yourself to Sleep (demos)",
    "release_id": "aec17f60-50f5-4627-8514-f0425a5851fe",
    "release_group_id": "8fcecc2c-7998-4413-834a-cfbc27cc7326",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-11-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}