Information about plays

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

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

{
    "id": 1402363,
    "uri": "https://api.kexp.org/v2/plays/1402363/?format=api",
    "airdate": "2008-07-26T23:08:00-07:00",
    "show": 24467,
    "show_uri": "https://api.kexp.org/v2/shows/24467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "born to be hanged",
    "track_id": null,
    "recording_id": null,
    "artist": "Severed Head of State",
    "artist_ids": [
        "cc2c4a60-5925-4d02-9752-9384308f675e"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La vida es un mus"
    ],
    "label_ids": [
        "19597ca8-ff67-4838-8cc0-f562322aa3bc"
    ],
    "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"
}