Information about plays

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

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

{
    "id": 3619482,
    "uri": "https://api.kexp.org/v2/plays/3619482/?format=api",
    "airdate": "2026-02-19T10:57:17-08:00",
    "show": 65974,
    "show_uri": "https://api.kexp.org/v2/shows/65974/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Track",
    "track_id": "cf226bd2-214e-4cb0-9729-26b5eaee4948",
    "recording_id": "3877434f-b2fa-4432-ab6d-249b77c4e53c",
    "artist": "Slow Pulp",
    "artist_ids": [
        "00505f51-68a8-45fc-b6d6-51be64751378"
    ],
    "album": "Moveys",
    "release_id": "b064d95c-39b1-4bb1-a0de-7dd72c9d5641",
    "release_group_id": "b5aead67-41b2-45ef-8681-f5381b402f63",
    "labels": [
        "Winspear"
    ],
    "label_ids": [
        "76320af7-a39b-4b71-8fa8-c56437f2909d"
    ],
    "release_date": "2020-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Madison, Wisconsin-born and Chicago-based Slow Pulp is made up of Alexander Leeds, Emily Massey, Theodore Mathews, and Henry Stoehr. 2020's 'Moveys' is their debut album.: https://slowpulp.bandcamp.com/album/moveys\n--\nHere they are along with Cheryl Waters and performing Live on KEXP in 2023:\nhttps://www.youtube.com/watch?v=f9WMD29P8CQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}