Information about plays

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

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

{
    "id": 3440706,
    "uri": "https://api.kexp.org/v2/plays/3440706/?format=api",
    "airdate": "2024-12-21T02:46:24-08:00",
    "show": 62164,
    "show_uri": "https://api.kexp.org/v2/shows/62164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You (Razormaid mix)",
    "track_id": null,
    "recording_id": "e9503e56-15a6-4b04-a1f0-cd0b0d499ebc",
    "artist": "Axodry",
    "artist_ids": [
        "294e189b-3708-4d08-8472-1c6ec9b03e56"
    ],
    "album": "Welcome to the Technodrome, Chapter 1",
    "release_id": null,
    "release_group_id": "f05440ef-8d99-3ec4-be86-fba5f8fd5266",
    "labels": [
        "ZYX Records"
    ],
    "label_ids": [
        "672a919c-9050-479a-827c-5570deeaa0c3"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/91953-Various-Welcome-To-The-Technodrome",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}