Information about plays

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

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

{
    "id": 380938,
    "uri": "https://api.kexp.org/v2/plays/380938/?format=api",
    "airdate": "2019-09-14T21:41:00-07:00",
    "show": 6341,
    "show_uri": "https://api.kexp.org/v2/shows/6341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rubies And Pearls",
    "track_id": "58eb4bb1-ec52-4c14-b7a9-74634e4443ff",
    "recording_id": null,
    "artist": "Suede Razors",
    "artist_ids": [
        "be37de5d-a187-4aa2-9d07-fc79618b406e"
    ],
    "album": "All The Hits",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Pirates Press"
    ],
    "label_ids": [
        "c7e56bda-cf11-4d36-8cff-c873c1fbe5bb"
    ],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}