Information about plays

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

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

{
    "id": 3545177,
    "uri": "https://api.kexp.org/v2/plays/3545177/?format=api",
    "airdate": "2025-08-26T18:47:35-07:00",
    "show": 64395,
    "show_uri": "https://api.kexp.org/v2/shows/64395/?format=api",
    "image_uri": "https://ia802306.us.archive.org/30/items/mbid-8c1e9733-3f37-4000-8fb3-dee6df5fd770/mbid-8c1e9733-3f37-4000-8fb3-dee6df5fd770-30560516383_thumb500.jpg",
    "thumbnail_uri": "https://ia802306.us.archive.org/30/items/mbid-8c1e9733-3f37-4000-8fb3-dee6df5fd770/mbid-8c1e9733-3f37-4000-8fb3-dee6df5fd770-30560516383_thumb250.jpg",
    "song": "Boys in the Better Land",
    "track_id": "ebfb988b-c184-4fd3-8b12-3aa8d6cf3836",
    "recording_id": "3a0a7aad-bef7-4451-ba84-dc62cfc2c076",
    "artist": "Fontaines D.C.",
    "artist_ids": [
        "fd87acc7-e0a0-4a45-bc2a-d2ab5c10be68"
    ],
    "album": "Chequeless Reckless / Boys in the Better Land",
    "release_id": "8c1e9733-3f37-4000-8fb3-dee6df5fd770",
    "release_group_id": "37a227e0-1b1f-4848-85f5-d8ce3431096a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boys in the Better Land is from Fontaines DC's 2019 debut album.\nhttps://fontainesdc.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}