Information about plays

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

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

{
    "id": 3414938,
    "uri": "https://api.kexp.org/v2/plays/3414938/?format=api",
    "airdate": "2024-10-20T03:23:33-07:00",
    "show": 61624,
    "show_uri": "https://api.kexp.org/v2/shows/61624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Distance Call",
    "track_id": "7e47507c-063f-3a33-9710-20e5c11e57fb",
    "recording_id": "3e8ee8eb-565e-4af4-8eb6-39722819312a",
    "artist": "Muddy Waters",
    "artist_ids": [
        "f86f1f07-d182-45ce-ae93-ef610880ca72"
    ],
    "album": "The Chess Box",
    "release_id": "c60b412b-3ab0-4dc4-b5f8-db6e90e9e15c",
    "release_group_id": "2e60b4d3-c124-3564-ad7f-8c2fbc9b12d3",
    "labels": [
        "MCA Records",
        "Chess"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09",
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "release_date": "1989-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dad request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}