Information about plays

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

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

{
    "id": 3413270,
    "uri": "https://api.kexp.org/v2/plays/3413270/?format=api",
    "airdate": "2024-10-16T05:56:15-07:00",
    "show": 61589,
    "show_uri": "https://api.kexp.org/v2/shows/61589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Idles Chant",
    "track_id": "b513c9d9-1b2f-42c2-bc29-7877c32d6f52",
    "recording_id": "a657632d-f962-4405-8e22-4d21f40320b0",
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "Meat",
    "release_id": "4245be16-2394-4bb8-8012-8323fdeeba73",
    "release_group_id": "9eb5ad17-7208-4157-9ab4-4ff6b58e59cc",
    "labels": [
        "Balley Records"
    ],
    "label_ids": [
        "e9d7aa6a-b29d-4dd8-a4e9-866fb663f970"
    ],
    "release_date": "2015-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch IDLES live in the KEXP studio from 2021: https://www.youtube.com/watch?v=RgQoaiLc328&ab_channel=KEXP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}