Information about plays

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

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

{
    "id": 3601257,
    "uri": "https://api.kexp.org/v2/plays/3601257/?format=api",
    "airdate": "2026-01-07T03:23:31-08:00",
    "show": 65584,
    "show_uri": "https://api.kexp.org/v2/shows/65584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Me Home",
    "track_id": "c9ed1ab7-b8c1-4676-94a6-34d61cda456d",
    "recording_id": "977d63e3-5726-4beb-a63c-d733e5bf13ec",
    "artist": "Fearce Vill",
    "artist_ids": [
        "16892179-3691-4c5e-b383-9fe5376c5fcf"
    ],
    "album": "Let It Be",
    "release_id": "60448188-e941-461c-a6d9-65ab63ec1d88",
    "release_group_id": "ca77792e-5058-46c3-8a92-59355fc0c9da",
    "labels": [
        "Yuk The World"
    ],
    "label_ids": [
        "48d66283-3773-43c0-bdf0-5ce05c36e989"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}