Information about plays

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

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

{
    "id": 3538147,
    "uri": "https://api.kexp.org/v2/plays/3538147/?format=api",
    "airdate": "2025-08-09T22:56:52-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "https://coverartarchive.org/release/77526d3e-52fb-4268-9ece-af7cb4d2bcf1/29488004502-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77526d3e-52fb-4268-9ece-af7cb4d2bcf1/29488004502-250.jpg",
    "song": "Missing Link",
    "track_id": null,
    "recording_id": "6283c3e4-02d0-4d1d-a082-13a9ce122340",
    "artist": "MESH",
    "artist_ids": [
        "a3ed4774-39f9-43f6-baf0-5a6c27070944"
    ],
    "album": "Mesh",
    "release_id": null,
    "release_group_id": "ee77ebbd-9208-4f14-8507-924dbdee0468",
    "labels": [
        "Born Yesterday Records"
    ],
    "label_ids": [
        "d1b9fa4c-2f57-4224-9cab-21b3fa6b391e"
    ],
    "release_date": "2021-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Philly band\n\nhttps://meshphilly.bandcamp.com/album/mesh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}