Information about plays

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

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

{
    "id": 3428502,
    "uri": "https://api.kexp.org/v2/plays/3428502/?format=api",
    "airdate": "2024-11-22T03:23:34-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia600105.us.archive.org/12/items/mbid-5d6e5ba6-8e93-4d10-95a6-cc526d6540a0/mbid-5d6e5ba6-8e93-4d10-95a6-cc526d6540a0-40453188562_thumb500.jpg",
    "thumbnail_uri": "https://ia800105.us.archive.org/12/items/mbid-5d6e5ba6-8e93-4d10-95a6-cc526d6540a0/mbid-5d6e5ba6-8e93-4d10-95a6-cc526d6540a0-40453188562_thumb250.jpg",
    "song": "I Guess Time Just Makes Fools of Us All",
    "track_id": "6488bff7-86bc-445c-aa37-86df644555c4",
    "recording_id": "ef00f870-fc50-462d-a1b7-2e51a609dbd5",
    "artist": "Father John Misty",
    "artist_ids": [
        "172053e5-a7fb-4548-a64d-c53858b5e775"
    ],
    "album": "Mahashmashana",
    "release_id": "5d6e5ba6-8e93-4d10-95a6-cc526d6540a0",
    "release_group_id": "4a1dd863-7f8a-4c5e-991b-ad315b367b21",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-11-22",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out today! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}