Information about plays

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

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

{
    "id": 3429373,
    "uri": "https://api.kexp.org/v2/plays/3429373/?format=api",
    "airdate": "2024-11-24T05:29:50-08:00",
    "show": 61932,
    "show_uri": "https://api.kexp.org/v2/shows/61932/?format=api",
    "image_uri": "https://coverartarchive.org/release/fdc3f1d1-c913-4eac-951b-beb94dbc8b46/35142984967-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fdc3f1d1-c913-4eac-951b-beb94dbc8b46/35142984967-250.jpg",
    "song": "Jealousy",
    "track_id": null,
    "recording_id": "ce53250b-ad16-4c57-97fe-06953bc6a9d9",
    "artist": "The War and Treaty",
    "artist_ids": [
        "db15e7aa-7b0b-400a-b8e3-dcb17e646e4a"
    ],
    "album": "Hearts Town",
    "release_id": null,
    "release_group_id": "6d6f8ac7-d5c7-48ee-aa6b-af6c5bf5338f",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2020-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}