Information about plays

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

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

{
    "id": 1284512,
    "uri": "https://api.kexp.org/v2/plays/1284512/?format=api",
    "airdate": "2007-09-28T07:16:21-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rockers To Swallow",
    "track_id": null,
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs  ",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Is Is[EP]",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}