Information about plays

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

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

{
    "id": 2681237,
    "uri": "https://api.kexp.org/v2/plays/2681237/?format=api",
    "airdate": "2020-01-02T14:05:21-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Attack of the Ghost Riders",
    "track_id": "13b9d66b-b3b8-3be5-beec-857760775571",
    "recording_id": null,
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Whip It On",
    "release_id": "6fedc0f8-f6dc-4e82-9af8-2f274a367a21",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2002-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}