Information about plays

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

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

{
    "id": 3602542,
    "uri": "https://api.kexp.org/v2/plays/3602542/?format=api",
    "airdate": "2026-01-10T05:17:36-08:00",
    "show": 65610,
    "show_uri": "https://api.kexp.org/v2/shows/65610/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Is My Mind?",
    "track_id": null,
    "recording_id": "2c4d6894-fed6-49b8-b310-b14547ad2e1b",
    "artist": "Trampled by Turtles",
    "artist_ids": [
        "c6a5a49b-9885-42e6-9fb5-ccaaec05f753"
    ],
    "album": "Live at First Avenue",
    "release_id": null,
    "release_group_id": "188286ad-6131-4d9b-ba26-8b4ae9214e16",
    "labels": [
        "Banjodad Records"
    ],
    "label_ids": [
        "5d68da85-5aba-4aa5-8bfc-b2c3479d4f4c"
    ],
    "release_date": "2013-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}