Information about plays

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

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

{
    "id": 3416951,
    "uri": "https://api.kexp.org/v2/plays/3416951/?format=api",
    "airdate": "2024-10-25T02:50:17-07:00",
    "show": 61665,
    "show_uri": "https://api.kexp.org/v2/shows/61665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Transvestite",
    "track_id": "3e0cd2a9-1d73-3241-bf24-225f96ede429",
    "recording_id": "fe5d2755-0de8-4f2e-b1b9-f136e9d3eb82",
    "artist": "Tim Curry",
    "artist_ids": [
        "33ce4a70-005d-4563-bb6e-2d253fab9842"
    ],
    "album": "The Rocky Horror Picture Show",
    "release_id": "cf45ab94-a52a-4109-bac6-e596dd805d5d",
    "release_group_id": "3bcbb670-3d84-31a1-9838-42633504b075",
    "labels": [
        "Ode Records"
    ],
    "label_ids": [
        "b3d75193-db00-49de-a9f6-111349bad210"
    ],
    "release_date": "1975-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's right! I played back to back Rocky Horror songs! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}