Information about plays

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

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

{
    "id": 3522614,
    "uri": "https://api.kexp.org/v2/plays/3522614/?format=api",
    "airdate": "2025-07-04T16:20:56-07:00",
    "show": 63918,
    "show_uri": "https://api.kexp.org/v2/shows/63918/?format=api",
    "image_uri": "https://ia803101.us.archive.org/3/items/mbid-b784d37a-aeb9-30b1-9f60-43adc7d1331a/mbid-b784d37a-aeb9-30b1-9f60-43adc7d1331a-1123428216_thumb500.jpg",
    "thumbnail_uri": "https://ia803101.us.archive.org/3/items/mbid-b784d37a-aeb9-30b1-9f60-43adc7d1331a/mbid-b784d37a-aeb9-30b1-9f60-43adc7d1331a-1123428216_thumb250.jpg",
    "song": "Talking About a Revolution",
    "track_id": "c62f8cf7-6835-3847-aadd-bc8740da6a62",
    "recording_id": "fd3158d6-a604-4726-93aa-5faad140907b",
    "artist": "Tracy Chapman",
    "artist_ids": [
        "1129817c-488a-4096-80c1-77fc1b107c93"
    ],
    "album": "Tracy Chapman",
    "release_id": "b784d37a-aeb9-30b1-9f60-43adc7d1331a",
    "release_group_id": "a738bdf1-f610-30aa-9ae7-9a4f90d6f2d7",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Poor people gonna rise up | And get their share | Poor people gonna rise up | And take what's theirs\"\n\nThis song can be found on Tracy’s first album, which itself is entitled Tracy Chapman. The tune was written by the singer herself (when she was just 16 years old) and produced by David Kershenbaum.\n\nLearn more about this song here: https://tinyurl.com/vkjw54jc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}