Information about plays

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

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

{
    "id": 3413797,
    "uri": "https://api.kexp.org/v2/plays/3413797/?format=api",
    "airdate": "2024-10-17T08:11:36-07:00",
    "show": 61598,
    "show_uri": "https://api.kexp.org/v2/shows/61598/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Go All the Way",
    "track_id": "2a953daa-6c03-3c61-b266-15657936abae",
    "recording_id": "8ab981d5-20dc-4cf6-9b57-1a89c4908a5b",
    "artist": "Sly Fox",
    "artist_ids": [
        "3598eeaa-b1ce-4908-a42d-aa15d22860cf"
    ],
    "album": "Let's Go All the Way",
    "release_id": "e7bc4b86-33a0-4124-b0f6-3eb66e47d3fd",
    "release_group_id": "58f24d95-45ff-30d6-9fc8-d3262f751cb0",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1985-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sly Fox was a short-lived American pop duo, consisting of Gary \"Mudbone\" Cooper and Michael Camacho.\n\nhttps://www.youtube.com/watch?v=bQiGqGMT8i4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}