Information about plays

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

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

{
    "id": 3500780,
    "uri": "https://api.kexp.org/v2/plays/3500780/?format=api",
    "airdate": "2025-05-13T09:02:27-07:00",
    "show": 63449,
    "show_uri": "https://api.kexp.org/v2/shows/63449/?format=api",
    "image_uri": "https://ia800200.us.archive.org/16/items/mbid-f733aa56-c6c2-4de8-a860-dbc67e4b2062/mbid-f733aa56-c6c2-4de8-a860-dbc67e4b2062-29352634849_thumb500.jpg",
    "thumbnail_uri": "https://ia600200.us.archive.org/16/items/mbid-f733aa56-c6c2-4de8-a860-dbc67e4b2062/mbid-f733aa56-c6c2-4de8-a860-dbc67e4b2062-29352634849_thumb250.jpg",
    "song": "Things Can Only Get Better",
    "track_id": "b8bc81bd-d170-4c03-9ce5-d921ba1f503b",
    "recording_id": "fe1f79ad-8bc9-42ce-8b3a-641680d79b30",
    "artist": "Howard Jones",
    "artist_ids": [
        "23b2cc78-7595-4630-bebb-a349a4f25262"
    ],
    "album": "Dream Into Action",
    "release_id": "f733aa56-c6c2-4de8-a860-dbc67e4b2062",
    "release_group_id": "c00eb33f-cdbc-3fe5-a4fe-a52e212cfb46",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I wanted to write a song that was really uplifting and give people a sense of hope about the future.\" --Howard Jones Read about how he wrote this song: https://www.songwritingmagazine.co.uk/songs/how-i-wrote/things-can-only-get-better-howard-jones",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}