Information about plays

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

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

{
    "id": 3422344,
    "uri": "https://api.kexp.org/v2/plays/3422344/?format=api",
    "airdate": "2024-11-07T03:35:22-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia903409.us.archive.org/17/items/mbid-c93e0eef-e172-42ee-bff6-8f0dfce5a512/mbid-c93e0eef-e172-42ee-bff6-8f0dfce5a512-8007028439_thumb500.jpg",
    "thumbnail_uri": "https://ia903409.us.archive.org/17/items/mbid-c93e0eef-e172-42ee-bff6-8f0dfce5a512/mbid-c93e0eef-e172-42ee-bff6-8f0dfce5a512-8007028439_thumb250.jpg",
    "song": "Foggy Notion",
    "track_id": "aef9b2ed-6586-35d6-8084-a32d75dea4cd",
    "recording_id": "0cd38e9a-33a4-4f44-bea1-01f361b54639",
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "VU",
    "release_id": "c93e0eef-e172-42ee-bff6-8f0dfce5a512",
    "release_group_id": "3d559b49-c079-3251-92d4-0ce468f046ed",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1985-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}