Information about plays

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

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

{
    "id": 3602436,
    "uri": "https://api.kexp.org/v2/plays/3602436/?format=api",
    "airdate": "2026-01-09T23:26:09-08:00",
    "show": 65608,
    "show_uri": "https://api.kexp.org/v2/shows/65608/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Montego Bae",
    "track_id": "75eb0d6e-5693-42a6-b98f-9351fe14669c",
    "recording_id": "77e8289e-bc56-49fc-86e3-1263e2ba732f",
    "artist": "Noname",
    "artist_ids": [
        "1395c84b-2e84-4f25-9962-f1c0d5aa31ed"
    ],
    "album": "Room 25",
    "release_id": "de8f99cb-d7a4-4d0d-8948-2375d88cb31c",
    "release_group_id": "a32980ce-a8cd-4472-9e3c-0101236f21a1",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}