Information about plays

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

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

{
    "id": 3556321,
    "uri": "https://api.kexp.org/v2/plays/3556321/?format=api",
    "airdate": "2025-09-22T12:36:12-07:00",
    "show": 64633,
    "show_uri": "https://api.kexp.org/v2/shows/64633/?format=api",
    "image_uri": "https://ia802901.us.archive.org/22/items/mbid-9985d26f-faaf-4256-8d25-ece0aa890246/mbid-9985d26f-faaf-4256-8d25-ece0aa890246-21176890203_thumb500.jpg",
    "thumbnail_uri": "https://ia802901.us.archive.org/22/items/mbid-9985d26f-faaf-4256-8d25-ece0aa890246/mbid-9985d26f-faaf-4256-8d25-ece0aa890246-21176890203_thumb250.jpg",
    "song": "O.M.G. (I'm All Over It)",
    "track_id": "5f9a55fc-f116-45cf-9a67-6e6c1d1bf51b",
    "recording_id": "400241b4-9088-44be-83a0-9cf4f0ef3ad2",
    "artist": "Jenn Champion",
    "artist_ids": [
        "47553783-12bd-4f2c-999c-d5743be93668"
    ],
    "album": "Single Rider",
    "release_id": "9985d26f-faaf-4256-8d25-ece0aa890246",
    "release_group_id": "7b4f1d8a-1b7e-42e3-8f1d-01669ee3d066",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2018-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jenn Champion's solo work after her rise in former Seattle band, Carissa's Wierd.\n\nJenn Champion visited the KEXP studios in 2018 and performed five songs, including this one! Check out the video at https://www.youtube.com/watch?v=KHejykOjPWM\n\nhttps://www.jennchampion.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}