Information about plays

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

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

{
    "id": 3416178,
    "uri": "https://api.kexp.org/v2/plays/3416178/?format=api",
    "airdate": "2024-10-23T04:56:10-07:00",
    "show": 61650,
    "show_uri": "https://api.kexp.org/v2/shows/61650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Human Absence",
    "track_id": "d65fe65e-adf8-4938-ab66-faa6a56e2a38",
    "recording_id": "7404d191-bbf5-43fa-bb84-d9c07f934aa0",
    "artist": "Adrian Younge",
    "artist_ids": [
        "69bb7a74-99ee-4da0-bc3d-84586676e4ea"
    ],
    "album": "Adrian Younge presents Linear Labs: São Paulo",
    "release_id": "28297740-fbd1-486a-920f-b6bbc5727f58",
    "release_group_id": "d7c277f3-1a39-4934-a647-7c3869644674",
    "labels": [
        "Linear Labs"
    ],
    "label_ids": [
        "22a630af-78a3-4427-8128-d031aeb7bf93"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}