Information about plays

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

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

{
    "id": 3622393,
    "uri": "https://api.kexp.org/v2/plays/3622393/?format=api",
    "airdate": "2026-02-26T03:01:26-08:00",
    "show": 66032,
    "show_uri": "https://api.kexp.org/v2/shows/66032/?format=api",
    "image_uri": "https://coverartarchive.org/release/bc8b9ee5-523b-4a04-b841-14dfa0ef55f0/37578674625-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bc8b9ee5-523b-4a04-b841-14dfa0ef55f0/37578674625-250.jpg",
    "song": "You Don't Have to Cry",
    "track_id": null,
    "recording_id": "7c81ae74-166a-458e-8fe6-97f73f7861fa",
    "artist": "René & Angela",
    "artist_ids": [
        "0ede392f-1c70-454b-9aea-d62bec4c5b6e"
    ],
    "album": "Street Called Desire",
    "release_id": null,
    "release_group_id": "794f39ed-f751-3e7f-90fa-179df9513b90",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rev's 3am Slow Jam of the week! <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}