Information about plays

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

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

{
    "id": 3595957,
    "uri": "https://api.kexp.org/v2/plays/3595957/?format=api",
    "airdate": "2025-12-25T18:24:37-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock and Roll Christmas",
    "track_id": null,
    "recording_id": "a4b348b7-b98f-463d-82b4-403871612b31",
    "artist": "George Thorogood",
    "artist_ids": [
        "444e7c50-7f72-4954-b61c-1717332a27d1"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "EMI Music Australasia"
    ],
    "label_ids": [
        "afe18603-2c52-449c-ba9f-fac3119d1758"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}