Information about plays

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

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

{
    "id": 380998,
    "uri": "https://api.kexp.org/v2/plays/380998/?format=api",
    "airdate": "2019-09-14T23:50:26-07:00",
    "show": 6341,
    "show_uri": "https://api.kexp.org/v2/shows/6341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Abolish Government / Silent Majority",
    "track_id": "2ed7a233-9023-359e-80d8-a6f3b35ba90e",
    "recording_id": null,
    "artist": "T.S.O.L.",
    "artist_ids": [
        "e3207b63-ab05-42bc-924e-b1299b89c406"
    ],
    "album": "T.S.O.L.",
    "release_id": "9fff72cc-38c4-4484-9926-af9ef0891958",
    "release_group_id": null,
    "labels": [
        "Posh Boy"
    ],
    "label_ids": [
        "3726962d-d336-482b-8a95-89180a252aac"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}