Information about plays

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

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

{
    "id": 2681037,
    "uri": "https://api.kexp.org/v2/plays/2681037/?format=api",
    "airdate": "2020-01-02T01:25:25-08:00",
    "show": 46274,
    "show_uri": "https://api.kexp.org/v2/shows/46274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can Deg Ming",
    "track_id": null,
    "recording_id": null,
    "artist": "Brother Q & City Boy",
    "artist_ids": [],
    "album": "Electro Acholi Kaboom from Northern Uganda",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nyege Nyege Tapes"
    ],
    "label_ids": [
        "5007bea4-d0a3-4921-abb4-f15f0b633e1e"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Electro Acholi is the plugged-in version of traditional Acholi courtship songs from the region around the cities of Gulu and Lira, in an area spanning north Uganda and southern Sudan\" - https://nyegenyegetapes.bandcamp.com/album/electro-acholi-kaboom-from-northern-uganda",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}