Information about plays

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

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

{
    "id": 352659,
    "uri": "https://api.kexp.org/v2/plays/352659/?format=api",
    "airdate": "2019-07-10T17:39:48-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oyahytt",
    "track_id": "6ebb71a9-43c6-42d7-bf9b-34a901b10541",
    "recording_id": null,
    "artist": "The Coup featuring Keith Stanfield",
    "artist_ids": [
        "a8f74b7e-9ec8-419a-8652-6e3906406ac6"
    ],
    "album": "Oyahytt",
    "release_id": "ed3a3c14-2d1b-4f54-b538-bc7314ef0b5b",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2018-07-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}