Information about plays

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

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

{
    "id": 3416439,
    "uri": "https://api.kexp.org/v2/plays/3416439/?format=api",
    "airdate": "2024-10-23T20:34:38-07:00",
    "show": 61655,
    "show_uri": "https://api.kexp.org/v2/shows/61655/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chakra Sharks",
    "track_id": "e459b357-3fb8-4419-8e5d-5e83f50a9b0f",
    "recording_id": "505351c4-5e48-42d8-abe4-0fc105430069",
    "artist": "Morgan Delt",
    "artist_ids": [
        "d5adb20d-3d1c-4753-9edf-a99d700312c7"
    ],
    "album": "Morgan Delt",
    "release_id": "68a496db-d568-4230-96aa-1689c2157c28",
    "release_group_id": "80b99813-d1b4-4fab-9390-3966343a5cd7",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2014-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://troubleinmindrecords.bandcamp.com/track/morgan-delt-chakra-sharks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}