Information about plays

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

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

{
    "id": 3549008,
    "uri": "https://api.kexp.org/v2/plays/3549008/?format=api",
    "airdate": "2025-09-04T23:28:07-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "https://coverartarchive.org/release/2737e7c8-c744-47ad-9239-f431e9ccd1dc/39317070260-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2737e7c8-c744-47ad-9239-f431e9ccd1dc/39317070260-250.jpg",
    "song": "Baby I’m a Star",
    "track_id": null,
    "recording_id": "8f6275f9-7ec1-44ff-b11f-7b625ec49202",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}