Information about plays

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

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

{
    "id": 351611,
    "uri": "https://api.kexp.org/v2/plays/351611/?format=api",
    "airdate": "2019-07-08T07:28:44-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/d8d7147d-52a3-4457-bc30-01366f9e7f9a/17027974363-250.jpg",
    "thumbnail_uri": "",
    "song": "Higher Ground",
    "track_id": "35a9ce74-9d30-4bfc-9ffa-5bd31b4f9a81",
    "recording_id": null,
    "artist": "ODESZA feat. Naomi Wild",
    "artist_ids": [
        "f07a2fca-e37b-4f1b-bae0-9e49b8a0b412"
    ],
    "album": "A Moment Apart",
    "release_id": "d8d7147d-52a3-4457-bc30-01366f9e7f9a",
    "release_group_id": null,
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "See a live KEXP in-studio performance  that included \"Higher Ground\": https://www.youtube.com/watch?v=aGVU_1Udhrs&t=297s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}