Information about plays

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

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

{
    "id": 3626623,
    "uri": "https://api.kexp.org/v2/plays/3626623/?format=api",
    "airdate": "2026-03-08T03:06:51-07:00",
    "show": 66124,
    "show_uri": "https://api.kexp.org/v2/shows/66124/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d86cdca-e5ea-4ba5-a140-4ed0f0df18a1/3001896805-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d86cdca-e5ea-4ba5-a140-4ed0f0df18a1/3001896805-250.jpg",
    "song": "Unknown Awareness",
    "track_id": null,
    "recording_id": "e110fbcf-3ce5-4b60-998e-466745c5566e",
    "artist": "Kylesa",
    "artist_ids": [
        "e6ed56ae-c477-48fa-a53b-63f6cbc4a3c3"
    ],
    "album": "Static Tensions",
    "release_id": null,
    "release_group_id": "61aabcf5-04b5-3fd0-93e1-f4c24c4c4526",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}