Information about plays

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

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

{
    "id": 3551127,
    "uri": "https://api.kexp.org/v2/plays/3551127/?format=api",
    "airdate": "2025-09-10T03:04:00-07:00",
    "show": 64522,
    "show_uri": "https://api.kexp.org/v2/shows/64522/?format=api",
    "image_uri": "https://ia801500.us.archive.org/23/items/mbid-562ebe9b-f7dd-44ae-827b-949754155bbf/mbid-562ebe9b-f7dd-44ae-827b-949754155bbf-13420947834_thumb500.jpg",
    "thumbnail_uri": "https://ia801500.us.archive.org/23/items/mbid-562ebe9b-f7dd-44ae-827b-949754155bbf/mbid-562ebe9b-f7dd-44ae-827b-949754155bbf-13420947834_thumb250.jpg",
    "song": "Hold Me Now",
    "track_id": "9c07b942-479b-3535-bc5a-9bec01392cc4",
    "recording_id": "211bda6d-2a7a-4d7e-af60-090e242f5779",
    "artist": "Thompson Twins",
    "artist_ids": [
        "228af6b5-f691-4ed2-a63b-10cc6fcc1144"
    ],
    "album": "Into the Gap",
    "release_id": "562ebe9b-f7dd-44ae-827b-949754155bbf",
    "release_group_id": "1ef93f74-502b-39a0-8cb1-1f7c39c0508a",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Into the Gap is the fourth studio album by British pop group Thompson Twins, released in 1984.\n\nThe group was formed in 1977 by singer, songerwriter, multi-instrumentalist, and record producer Tom Bailey with guitarists Pete Dodd and John Roog, and drummer Jon Podgorski.\n\nhttps://www.ukmusicreviews.co.uk/interviews/interview-tom-bailey/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}