Information about plays

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

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

{
    "id": 3416060,
    "uri": "https://api.kexp.org/v2/plays/3416060/?format=api",
    "airdate": "2024-10-22T22:05:22-07:00",
    "show": 61648,
    "show_uri": "https://api.kexp.org/v2/shows/61648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time",
    "track_id": null,
    "recording_id": "a779cf62-a6c5-4a63-941a-9187ee8c22ca",
    "artist": "Alex Gopher",
    "artist_ids": [
        "ee1a6d4a-b1ff-46a8-acf2-af575424bda5"
    ],
    "album": "You, My Baby & I",
    "release_id": null,
    "release_group_id": "0f3566a5-f14c-3a93-9966-33a9028eb3f5",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "1999-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French DJ, producer Alex Gopher (also known under the name Alec for this early release. https://www.go4music.fr/\n\nhttps://www.go4music.fr/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}