Information about plays

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

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

{
    "id": 380559,
    "uri": "https://api.kexp.org/v2/plays/380559/?format=api",
    "airdate": "2019-09-13T22:06:00-07:00",
    "show": 6333,
    "show_uri": "https://api.kexp.org/v2/shows/6333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Treehome95",
    "track_id": "2ede7918-033e-31a3-a74b-50226f2b99ba",
    "recording_id": null,
    "artist": "Tyler The Creator",
    "artist_ids": [],
    "album": "Wolf",
    "release_id": "1fc4529e-5a5f-49d1-a907-2c0af4fdf08f",
    "release_group_id": null,
    "labels": [
        "OFWGKTA"
    ],
    "label_ids": [],
    "release_date": "2013-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}