Information about plays

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

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

{
    "id": 3594157,
    "uri": "https://api.kexp.org/v2/plays/3594157/?format=api",
    "airdate": "2025-12-21T18:03:13-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Is the Message",
    "track_id": null,
    "recording_id": "97c8bdb9-f50f-4fd1-9a6b-457c3647debc",
    "artist": "MFSB featuring The Three Degrees",
    "artist_ids": [
        "f5e66486-4481-4ebf-b1f9-f87ebabf5897",
        "ddcc21f0-1a12-4d0d-9926-79249d39d92f"
    ],
    "album": "Love Is the Message",
    "release_id": null,
    "release_group_id": "795e3397-ce09-30a0-a3b6-dc1dd9c204f5",
    "labels": [
        "Philadelphia International Records"
    ],
    "label_ids": [
        "d509d87c-3ad7-4b83-9827-9b76c3a49126"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MFSB, officially standing for \"Mother Father Sister Brother\", was a pool of more than 30 studio musicians based at Philadelphia's Sigma Sound Studios. : https://www.allmusic.com/artist/earl-young-mn0000153776",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}