Information about plays

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

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

{
    "id": 3573704,
    "uri": "https://api.kexp.org/v2/plays/3573704/?format=api",
    "airdate": "2025-11-04T01:40:27-08:00",
    "show": 65018,
    "show_uri": "https://api.kexp.org/v2/shows/65018/?format=api",
    "image_uri": "https://coverartarchive.org/release/229cd073-5ffc-4dae-9e00-3fd573414379/4233681873-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/229cd073-5ffc-4dae-9e00-3fd573414379/4233681873-250.jpg",
    "song": "Mirror in the Bathroom",
    "track_id": null,
    "recording_id": "0abd2d6a-300b-4810-b24b-0829c4ddeec0",
    "artist": "The Beat",
    "artist_ids": [
        "9727e632-c228-47f8-a7ae-398df94f00c7"
    ],
    "album": "I Just Can’t Stop It",
    "release_id": null,
    "release_group_id": "114cb3a9-9732-3f59-8a46-73cc65a47d16",
    "labels": [],
    "label_ids": [],
    "release_date": "1980-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mirror in the Bathroom\" is a single by British ska band the Beat released as a single in 1980 from their debut studio album \"I Just Can't Stop It.\" - http://englishbeat.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}