Information about plays

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

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

{
    "id": 2681021,
    "uri": "https://api.kexp.org/v2/plays/2681021/?format=api",
    "airdate": "2020-01-02T00:25:09-08:00",
    "show": 46273,
    "show_uri": "https://api.kexp.org/v2/shows/46273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fazon",
    "track_id": "e33675a9-ac56-343b-99aa-b598dd22ec98",
    "recording_id": null,
    "artist": "Sopwith Camel",
    "artist_ids": [
        "79f4b406-57b0-4b91-a9ee-43f58c3d612d"
    ],
    "album": "The Miraculous Hump Returns From the Moon",
    "release_id": "9f5460a8-5f5c-40b9-b35f-9d76248c03ca",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second record from this SF band who scored a hit with the tune \"Hello Hello\" in 1966",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}