Information about plays

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

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

{
    "id": 376807,
    "uri": "https://api.kexp.org/v2/plays/376807/?format=api",
    "airdate": "2019-09-05T01:46:29-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kingfisher",
    "track_id": null,
    "recording_id": null,
    "artist": "Bert Jansch",
    "artist_ids": [],
    "album": "Avocet",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Earth Recordings"
    ],
    "label_ids": [
        "346c602d-9dbd-4bc1-b4bf-dd64d9df986a"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Expanded 40th anniversary edition, featuring newly discovered live tracks and notes from Pentangle band mate (and Avocet collaborator) Danny Thompson\" - https://bertjansch.bandcamp.com/album/avocet-40th-anniversary-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}