Information about plays

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

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

{
    "id": 1335707,
    "uri": "https://api.kexp.org/v2/plays/1335707/?format=api",
    "airdate": "2008-02-07T07:12:02-08:00",
    "show": 23343,
    "show_uri": "https://api.kexp.org/v2/shows/23343/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wish It Was The 90's (I Wish We Could Be Happy)",
    "track_id": null,
    "recording_id": null,
    "artist": "Disinterested",
    "artist_ids": [
        "422c6517-358e-4db5-9609-e5334d523c99"
    ],
    "album": "Behind Us",
    "release_id": "20701671-ae43-43c0-b1e5-6f16b1211881",
    "release_group_id": null,
    "labels": [
        "Dynamophone"
    ],
    "label_ids": [
        "0fc4d517-5cc5-4c53-9b0a-3039af91b420"
    ],
    "release_date": "2007-10-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}