Information about plays

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

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

{
    "id": 3583411,
    "uri": "https://api.kexp.org/v2/plays/3583411/?format=api",
    "airdate": "2025-11-26T22:50:08-08:00",
    "show": 65219,
    "show_uri": "https://api.kexp.org/v2/shows/65219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Running Away",
    "track_id": null,
    "recording_id": "039899d5-ab85-4021-8822-f9bdc1068cbb",
    "artist": "VANO 3000, BADBADNOTGOOD, Samuel T. Herring",
    "artist_ids": [
        "8d52e2a9-b323-4e02-a3ac-5c973057121c",
        "754294d5-d7d2-4ea2-8184-1dcaaf55a56f",
        "9d5e9b8b-6cad-409b-9582-3415e8c7d907"
    ],
    "album": "Running Away",
    "release_id": null,
    "release_group_id": "0a553983-b864-42ec-98ec-7fe3229ff216",
    "labels": [
        "[adult swim]"
    ],
    "label_ids": [
        "f6db424e-dd0a-4c5a-b0b5-c5405f0e0a85"
    ],
    "release_date": "2021-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}