Information about plays

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

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

{
    "id": 3544827,
    "uri": "https://api.kexp.org/v2/plays/3544827/?format=api",
    "airdate": "2025-08-25T23:41:09-07:00",
    "show": 64389,
    "show_uri": "https://api.kexp.org/v2/shows/64389/?format=api",
    "image_uri": "https://coverartarchive.org/release/ff2e38b3-076c-4bbf-8af6-8facb0fef604/32417787269-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ff2e38b3-076c-4bbf-8af6-8facb0fef604/32417787269-250.jpg",
    "song": "I Think of You",
    "track_id": null,
    "recording_id": null,
    "artist": "Little Annie",
    "artist_ids": [
        "235f6e38-a1d3-406c-9c2c-01b8c2859ffa"
    ],
    "album": "Short and Sweet",
    "release_id": null,
    "release_group_id": "512a50e2-d8a9-4341-a635-a231734c0204",
    "labels": [
        "On-U Sound"
    ],
    "label_ids": [
        "129d0c94-8097-4f3b-94a6-cf84ede01c7d"
    ],
    "release_date": "1992-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's to you, babe - https://littleannie-music.bandcamp.com/album/short-and-sweet",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}