Information about plays

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

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

{
    "id": 380355,
    "uri": "https://api.kexp.org/v2/plays/380355/?format=api",
    "airdate": "2019-09-13T09:41:06-07:00",
    "show": 6329,
    "show_uri": "https://api.kexp.org/v2/shows/6329/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "S T a R",
    "track_id": "52fa3b97-72b1-4911-a950-ee569cc669ab",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "S T a R",
    "release_id": "d26e391e-2a04-4857-93a5-011c09ee241c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}