Information about plays

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

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

{
    "id": 3429371,
    "uri": "https://api.kexp.org/v2/plays/3429371/?format=api",
    "airdate": "2024-11-24T05:18:56-08:00",
    "show": 61932,
    "show_uri": "https://api.kexp.org/v2/shows/61932/?format=api",
    "image_uri": "https://ia800105.us.archive.org/12/items/mbid-5d6e5ba6-8e93-4d10-95a6-cc526d6540a0/mbid-5d6e5ba6-8e93-4d10-95a6-cc526d6540a0-40453188562_thumb500.jpg",
    "thumbnail_uri": "https://ia600105.us.archive.org/12/items/mbid-5d6e5ba6-8e93-4d10-95a6-cc526d6540a0/mbid-5d6e5ba6-8e93-4d10-95a6-cc526d6540a0-40453188562_thumb250.jpg",
    "song": "Josh Tillman and the Accidental Dose",
    "track_id": "119933c7-1472-4ebf-9cea-2f7e130e430d",
    "recording_id": "0de6e848-27c3-4ca6-b267-5308e6e4d1c0",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}