Information about plays

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

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

{
    "id": 1295482,
    "uri": "https://api.kexp.org/v2/plays/1295482/?format=api",
    "airdate": "2007-10-26T13:57:00-07:00",
    "show": 22660,
    "show_uri": "https://api.kexp.org/v2/shows/22660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pick Up The Phone",
    "track_id": null,
    "recording_id": null,
    "artist": "The Notwist",
    "artist_ids": [
        "f180cec2-9421-4417-a841-c7372090d13d"
    ],
    "album": "Neon Golden[Bonus Tracks]",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "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"
}