Information about plays

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

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

{
    "id": 3574099,
    "uri": "https://api.kexp.org/v2/plays/3574099/?format=api",
    "airdate": "2025-11-04T23:58:50-08:00",
    "show": 65025,
    "show_uri": "https://api.kexp.org/v2/shows/65025/?format=api",
    "image_uri": "https://coverartarchive.org/release/dea3f0ae-facb-48b9-8bf1-48795cfb0a71/37167362963-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dea3f0ae-facb-48b9-8bf1-48795cfb0a71/37167362963-250.jpg",
    "song": "Free from the Guillotine",
    "track_id": null,
    "recording_id": "993dbe38-f120-4e57-a1cd-9b80c0247894",
    "artist": "Ryan Davis & the Roadhouse Band",
    "artist_ids": [
        "18c0c627-eea5-4005-8a8d-b235f2f47667"
    ],
    "album": "Dancing on the Edge",
    "release_id": null,
    "release_group_id": "a60e9259-2754-4b86-ae14-92c0f24a48f2",
    "labels": [
        "Sophomore Lounge"
    ],
    "label_ids": [
        "8b65b62f-8f00-4d8a-9dc9-a2f20a6793db"
    ],
    "release_date": "2023-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}