Information about plays

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

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

{
    "id": 3416986,
    "uri": "https://api.kexp.org/v2/plays/3416986/?format=api",
    "airdate": "2024-10-25T04:48:39-07:00",
    "show": 61665,
    "show_uri": "https://api.kexp.org/v2/shows/61665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Dark Age",
    "track_id": "0fbd812e-10b8-4007-a97d-d785eac6d8dd",
    "recording_id": "2ed9e30b-e3e7-46db-976e-550cb17965fe",
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Little Dark Age",
    "release_id": "c5ccb9e5-61da-473d-8369-c8f3978d18dc",
    "release_group_id": "ff9b0645-2327-46f4-b2b4-a7f41946d39e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2018-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}