Information about plays

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

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

{
    "id": 1297084,
    "uri": "https://api.kexp.org/v2/plays/1297084/?format=api",
    "airdate": "2007-10-31T16:29:44-07:00",
    "show": 22694,
    "show_uri": "https://api.kexp.org/v2/shows/22694/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goo Goo Muck",
    "track_id": "702bdee0-2fb4-4066-923d-d1f7766eaf9a",
    "recording_id": null,
    "artist": "Ronnie Cook & The Gaylads",
    "artist_ids": [
        "8c4b129a-93a6-4908-9a85-d19326a7d3de"
    ],
    "album": "Songs The Cramps Taught Us, Volume 1",
    "release_id": "41791a6e-59fb-470b-a8fe-00f2696f0998",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}