Information about plays

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

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

{
    "id": 3548050,
    "uri": "https://api.kexp.org/v2/plays/3548050/?format=api",
    "airdate": "2025-09-02T15:40:15-07:00",
    "show": 64455,
    "show_uri": "https://api.kexp.org/v2/shows/64455/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f2fe536-e7fe-4138-ab9e-a404a1aefc18/37264099483-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f2fe536-e7fe-4138-ab9e-a404a1aefc18/37264099483-250.jpg",
    "song": "Final Credits",
    "track_id": null,
    "recording_id": "7b2666ba-bf30-4039-9aff-86a7d94fab15",
    "artist": "Midland",
    "artist_ids": [
        "35fddf9e-01f6-49af-8d03-b841dda89995"
    ],
    "album": "Final Credits",
    "release_id": null,
    "release_group_id": "793dd27b-7e47-4101-ac36-3b87a1cfe9d9",
    "labels": [
        "Classic Music Company"
    ],
    "label_ids": [
        "c0c4b8e7-b427-4a44-aaea-b3bbc1287290"
    ],
    "release_date": "2016-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}