Information about plays

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

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

{
    "id": 3413968,
    "uri": "https://api.kexp.org/v2/plays/3413968/?format=api",
    "airdate": "2024-10-17T17:18:21-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Own the Sky",
    "track_id": "1739a620-91b6-3c04-9697-829f502557fa",
    "recording_id": "02760fd0-4d6e-4d82-921f-1013f31909eb",
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Saturdays = Youth",
    "release_id": "4491675f-2e47-489d-8c72-9d71ab7f747e",
    "release_group_id": "81fa7a0e-451f-3e51-8bc8-b8ab2b599bf0",
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2008-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Matt in SF!\n\nM83 is named after the spiral galaxy, Messier 83, approximately 15 million light-years away.\n#TheMoreYouKnow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}