Information about plays

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

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

{
    "id": 3519416,
    "uri": "https://api.kexp.org/v2/plays/3519416/?format=api",
    "airdate": "2025-06-27T07:07:33-07:00",
    "show": 63849,
    "show_uri": "https://api.kexp.org/v2/shows/63849/?format=api",
    "image_uri": "https://ia801304.us.archive.org/33/items/mbid-91290412-0dcd-4804-a4e1-1c40cefc9684/mbid-91290412-0dcd-4804-a4e1-1c40cefc9684-13450329257_thumb500.jpg",
    "thumbnail_uri": "https://ia801304.us.archive.org/33/items/mbid-91290412-0dcd-4804-a4e1-1c40cefc9684/mbid-91290412-0dcd-4804-a4e1-1c40cefc9684-13450329257_thumb250.jpg",
    "song": "Trouble",
    "track_id": "7841efae-ca85-3a3c-a680-344203c96654",
    "recording_id": "f2b9549f-6b7c-47af-8e14-07318b54ccfb",
    "artist": "Ray LaMontagne",
    "artist_ids": [
        "b5c4ffa2-82e1-4b72-b7f3-c60afb74b860"
    ],
    "album": "Trouble",
    "release_id": "91290412-0dcd-4804-a4e1-1c40cefc9684",
    "release_group_id": "1e5ee424-fb61-3df1-b64c-908d69452947",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2004-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the first track of Ray LaMontagne's debut album (called \"Trouble.\")\n\nWatch him perform it live: https://www.youtube.com/watch?v=qVd3_ROlyv8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}