Information about plays

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

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

{
    "id": 3414932,
    "uri": "https://api.kexp.org/v2/plays/3414932/?format=api",
    "airdate": "2024-10-20T03:03:21-07:00",
    "show": 61624,
    "show_uri": "https://api.kexp.org/v2/shows/61624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Murder Song",
    "track_id": null,
    "recording_id": "5ca52ad7-c216-4434-8473-05ddfb758a86",
    "artist": "Dead Horse",
    "artist_ids": [
        "211680e9-b738-4dda-b135-355b9e6d4dac"
    ],
    "album": "Horsecore: An Unrelated Story That's Time Consuming",
    "release_id": null,
    "release_group_id": "13abd9cd-a3d3-3666-9571-5076cd4494cd",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "1989-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "h o r s e c o r e",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}