Information about plays

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

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

{
    "id": 3572534,
    "uri": "https://api.kexp.org/v2/plays/3572534/?format=api",
    "airdate": "2025-11-01T09:28:23-07:00",
    "show": 64993,
    "show_uri": "https://api.kexp.org/v2/shows/64993/?format=api",
    "image_uri": "https://coverartarchive.org/release/b6e840bd-8de5-45bd-8950-44fed1b3e4a1/16430849861-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b6e840bd-8de5-45bd-8950-44fed1b3e4a1/16430849861-250.jpg",
    "song": "Night Nurse",
    "track_id": null,
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Night Nurse",
    "release_id": null,
    "release_group_id": "2eafb7cc-160e-399b-a266-299663affe15",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Getting back to some classics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}