Information about plays

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

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

{
    "id": 346466,
    "uri": "https://api.kexp.org/v2/plays/346466/?format=api",
    "airdate": "2019-06-26T12:58:51-07:00",
    "show": 5774,
    "show_uri": "https://api.kexp.org/v2/shows/5774/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glow in the Dark",
    "track_id": "4c61f67f-0f20-3e0f-93fc-bf7842cdf070",
    "recording_id": null,
    "artist": "David Garza",
    "artist_ids": [
        "4b330739-961a-44d7-9743-1f595ff5abe7"
    ],
    "album": "This Euphoria",
    "release_id": "760d9328-9d80-450a-9979-7270a1a626d0",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1998-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}