Information about plays

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

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

{
    "id": 453622,
    "uri": "https://api.kexp.org/v2/plays/453622/?format=api",
    "airdate": "2001-08-08T20:56:15-07:00",
    "show": 7675,
    "show_uri": "https://api.kexp.org/v2/shows/7675/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BBfvKepkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BBfvKepkL._SL75_.jpg",
    "song": "Noise",
    "track_id": "be647d64-a13d-4b4d-aa8a-b210a36a15e7",
    "recording_id": null,
    "artist": "New Orleans Nightcrawlers",
    "artist_ids": [
        "7afb5698-b1c9-491d-972d-0bd22f8b9f30"
    ],
    "album": "New Orleans Nightcrawlers",
    "release_id": "e36e535a-5861-4416-9776-e363caa01dbe",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1996-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}