Information about plays

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

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

{
    "id": 3539485,
    "uri": "https://api.kexp.org/v2/plays/3539485/?format=api",
    "airdate": "2025-08-13T06:12:27-07:00",
    "show": 64276,
    "show_uri": "https://api.kexp.org/v2/shows/64276/?format=api",
    "image_uri": "https://ia800302.us.archive.org/28/items/mbid-36ab9794-05db-3529-a402-2743eeb9ae2e/mbid-36ab9794-05db-3529-a402-2743eeb9ae2e-26024054580_thumb500.jpg",
    "thumbnail_uri": "https://ia600302.us.archive.org/28/items/mbid-36ab9794-05db-3529-a402-2743eeb9ae2e/mbid-36ab9794-05db-3529-a402-2743eeb9ae2e-26024054580_thumb250.jpg",
    "song": "Back on the Chain Gang",
    "track_id": "37fa5e69-7a05-3c05-a97f-339aee770500",
    "recording_id": "ea8666ba-d85a-4bda-8662-4a4360838a49",
    "artist": "The Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Learning to Crawl",
    "release_id": "36ab9794-05db-3529-a402-2743eeb9ae2e",
    "release_group_id": "3c6e2aa2-f015-3924-a00a-6f577fe93c3f",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1984-01-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official music video for \"Back on the Chain Gang\": https://www.youtube.com/watch?v=cMOKamtpUA8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}