Information about plays

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

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

{
    "id": 3593266,
    "uri": "https://api.kexp.org/v2/plays/3593266/?format=api",
    "airdate": "2025-12-19T23:23:29-08:00",
    "show": 65423,
    "show_uri": "https://api.kexp.org/v2/shows/65423/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King King",
    "track_id": null,
    "recording_id": "3aece133-13a9-428e-815b-05032037d376",
    "artist": "MC Lyte & Queen Latifah",
    "artist_ids": [
        "fac552dc-55e5-498c-818a-c278f1e02a75",
        "7a305f29-539a-456e-93b7-61b0e2ba3ef2"
    ],
    "album": "King King",
    "release_id": null,
    "release_group_id": "30fcdd8f-59fc-4185-b096-8ebf34221dd0",
    "labels": [
        "My Block Inc."
    ],
    "label_ids": [
        "3a63a63e-1005-4d9e-91fa-133d4e8e6d56"
    ],
    "release_date": "2024-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}