Information about plays

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

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

{
    "id": 3622806,
    "uri": "https://api.kexp.org/v2/plays/3622806/?format=api",
    "airdate": "2026-02-27T01:22:17-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strange Magic",
    "track_id": "3bc36fd6-6b10-32cb-90b2-9f631b138498",
    "recording_id": "1ee53b4d-8ce7-4dd1-a219-76b31e53d7a3",
    "artist": "Electric Light Orchestra",
    "artist_ids": [
        "0c502791-4ee9-4c5f-9696-0602b721ff3b"
    ],
    "album": "ELO's Greatest Hits",
    "release_id": "d9ce64be-7602-3bd7-8c02-0b1768509a6a",
    "release_group_id": "3707903e-f693-3979-a46d-a08933099ecf",
    "labels": [
        "Jet Records",
        "CBS Associated Records"
    ],
    "label_ids": [
        "ffb28ce2-93d9-41db-8540-09c7625415ed",
        "4561acef-e18a-458f-945d-2945a66fa71a"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}