Information about plays

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

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

{
    "id": 3583907,
    "uri": "https://api.kexp.org/v2/plays/3583907/?format=api",
    "airdate": "2025-11-28T03:19:24-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taco Taco",
    "track_id": "c10d5d44-fa8b-469a-bd00-b40624f4df0f",
    "recording_id": "eb9695fb-dae0-4ddb-9786-30167052c837",
    "artist": "BADBADNOTGOOD",
    "artist_ids": [
        "754294d5-d7d2-4ea2-8184-1dcaaf55a56f"
    ],
    "album": "Mid Spiral",
    "release_id": "0798f79e-fbf6-4c92-a97a-5dd48e98469b",
    "release_group_id": "0c626b1d-6d9d-4d91-afba-beceae0b615e",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}