Information about plays

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

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

{
    "id": 3422309,
    "uri": "https://api.kexp.org/v2/plays/3422309/?format=api",
    "airdate": "2024-11-07T01:43:38-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Self-Defense",
    "track_id": "2e994177-1dae-48d6-83c0-fb96f7db0b6f",
    "recording_id": "58bf7d05-ef6c-49c0-b89d-73458999b9a3",
    "artist": "Captain Kenterious",
    "artist_ids": [
        "f40683c8-0011-441a-aa48-ed221a11a530"
    ],
    "album": "Shark Records : In The Belly Of The Whale",
    "release_id": "735c7e0f-f69a-4bbe-bd7a-2bfc2d91b553",
    "release_group_id": "fcffb68d-220f-4ad2-a7a4-381ef4502336",
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "1994-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}