Information about plays

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

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

{
    "id": 3520257,
    "uri": "https://api.kexp.org/v2/plays/3520257/?format=api",
    "airdate": "2025-06-29T04:26:46-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://ia800301.us.archive.org/4/items/mbid-6896ec7f-5fb2-4e9b-8d02-0a2976be838c/mbid-6896ec7f-5fb2-4e9b-8d02-0a2976be838c-13907773971_thumb500.jpg",
    "thumbnail_uri": "https://ia800301.us.archive.org/4/items/mbid-6896ec7f-5fb2-4e9b-8d02-0a2976be838c/mbid-6896ec7f-5fb2-4e9b-8d02-0a2976be838c-13907773971_thumb250.jpg",
    "song": "Nobody Speak",
    "track_id": "df8e9539-9bb9-487a-9dee-8a3291562f79",
    "recording_id": "73cc8819-d741-4e08-bb92-e36d23edea7f",
    "artist": "DJ Shadow feat. Run the Jewels",
    "artist_ids": [
        "a80c5dc5-b12e-4667-9f5a-b568961f3839",
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "The Mountain Will Fall",
    "release_id": "6896ec7f-5fb2-4e9b-8d02-0a2976be838c",
    "release_group_id": "1b132f77-9b75-4532-9701-b3f00f1d6148",
    "labels": [
        "Mass Appeal"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2016-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to DJ Shadow! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}