Information about plays

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

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

{
    "id": 3542144,
    "uri": "https://api.kexp.org/v2/plays/3542144/?format=api",
    "airdate": "2025-08-19T17:23:32-07:00",
    "show": 64333,
    "show_uri": "https://api.kexp.org/v2/shows/64333/?format=api",
    "image_uri": "https://dn721205.ca.archive.org/0/items/mbid-bdefa5b2-5460-48cf-8174-6d87bfebd7b6/mbid-bdefa5b2-5460-48cf-8174-6d87bfebd7b6-42222277255_thumb500.jpg",
    "thumbnail_uri": "https://dn721205.ca.archive.org/0/items/mbid-bdefa5b2-5460-48cf-8174-6d87bfebd7b6/mbid-bdefa5b2-5460-48cf-8174-6d87bfebd7b6-42222277255_thumb250.jpg",
    "song": "Last Laugh",
    "track_id": "1605d11d-54ce-4f17-913f-36aaa8fcdc29",
    "recording_id": "bcb3c605-6a9d-45cf-876a-4150370905c5",
    "artist": "Pixel Grip",
    "artist_ids": [
        "20d29062-6448-4e6f-9922-d5246264a5f2"
    ],
    "album": "Percepticide: The Death of Reality",
    "release_id": "bdefa5b2-5460-48cf-8174-6d87bfebd7b6",
    "release_group_id": "86dfcf29-9645-4957-b3ec-f9a2a7287fc5",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-06-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Jesse!\n\nFrom Pixel Grip's newest album, released earlier this summer. \nPixel Grip is touring and will be at:\n+ Great American Hall in SF on Nov 1st\n+ Neumo's in Seattle on Nov 6th\nOther cities and dates: https://pixelgripmusic.com/tourdates",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}