Information about plays

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

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

{
    "id": 3415585,
    "uri": "https://api.kexp.org/v2/plays/3415585/?format=api",
    "airdate": "2024-10-21T16:52:15-07:00",
    "show": 61638,
    "show_uri": "https://api.kexp.org/v2/shows/61638/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Are You… Can You… Were You? (Felt)",
    "track_id": null,
    "recording_id": "09162ee6-883b-4e74-a8be-f7685afb7234",
    "artist": "Shabazz Palaces",
    "artist_ids": [
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "Live at Third Man Records",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2016-06-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Shabazz live on KEXP: https://www.youtube.com/watch?v=pT0Yxq22Dho",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}