Information about plays

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

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

{
    "id": 372305,
    "uri": "https://api.kexp.org/v2/plays/372305/?format=api",
    "airdate": "2019-08-25T21:00:44-07:00",
    "show": 6203,
    "show_uri": "https://api.kexp.org/v2/shows/6203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Succubus",
    "track_id": null,
    "recording_id": null,
    "artist": "Annette Peacock",
    "artist_ids": [],
    "album": "The Perfect Release",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Aura Records"
    ],
    "label_ids": [
        "4b2ce7cb-d8c3-4f5b-935f-11f9f734f90a"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to Expansions!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}