Information about plays

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

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

{
    "id": 3521432,
    "uri": "https://api.kexp.org/v2/plays/3521432/?format=api",
    "airdate": "2025-07-02T00:22:42-07:00",
    "show": 63895,
    "show_uri": "https://api.kexp.org/v2/shows/63895/?format=api",
    "image_uri": "https://ia600307.us.archive.org/7/items/mbid-f1c547c6-f70d-4abc-9773-3cdf93297dc4/mbid-f1c547c6-f70d-4abc-9773-3cdf93297dc4-38543404662_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-f1c547c6-f70d-4abc-9773-3cdf93297dc4/mbid-f1c547c6-f70d-4abc-9773-3cdf93297dc4-38543404662_thumb250.jpg",
    "song": "Love Direction",
    "track_id": "1a429f33-5cf7-407a-be22-ae37bcd7da9c",
    "recording_id": "c9e74215-d21e-4689-82ca-437b2a52a5c4",
    "artist": "The Dip",
    "artist_ids": [
        "440d564f-7288-45e2-8449-885d65dc4d33"
    ],
    "album": "Love Direction",
    "release_id": "f1c547c6-f70d-4abc-9773-3cdf93297dc4",
    "release_group_id": "7e5e1314-a01e-44ad-9520-08bc4be1ed4b",
    "labels": [
        "Dualtone"
    ],
    "label_ids": [
        "75791605-acff-455b-930c-3d9dfacdd902"
    ],
    "release_date": "2024-07-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "https://thedip.bandcamp.com/album/love-direction",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}