Information about plays

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

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

{
    "id": 3550007,
    "uri": "https://api.kexp.org/v2/plays/3550007/?format=api",
    "airdate": "2025-09-07T10:54:42-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/248c4de4-c0f9-4d7a-94d7-e9f5600acf88/25111573452-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/248c4de4-c0f9-4d7a-94d7-e9f5600acf88/25111573452-250.jpg",
    "song": "On the Loose",
    "track_id": null,
    "recording_id": "582996b2-e5d9-42f1-a9bc-a0fc850e132d",
    "artist": "Hi Rhythm",
    "artist_ids": [
        "46b80cfb-c78d-4dac-bdc2-42c0ef413dca"
    ],
    "album": "On the Loose",
    "release_id": null,
    "release_group_id": "56bc0d5c-8314-4187-b4ac-0dd34e9b81da",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Memphis band best known for providing the music for Royal Studios artists like Ann Peebles and Otis Johnson.\nhttps://hirhythm.bandcamp.com/album/on-the-loose",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}