Information about plays

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

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

{
    "id": 455259,
    "uri": "https://api.kexp.org/v2/plays/455259/?format=api",
    "airdate": "2001-08-13T17:00:00-07:00",
    "show": 7708,
    "show_uri": "https://api.kexp.org/v2/shows/7708/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51H4JN0N0FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51H4JN0N0FL._SL75_.jpg",
    "song": "Papi Chulo",
    "track_id": "0a35f13d-40f3-4820-ad4c-f104bc7ca6dc",
    "recording_id": null,
    "artist": "Funkdoobiest",
    "artist_ids": [
        "2a1a72fc-b9e1-40b2-823e-77c81b4b1062"
    ],
    "album": "The Troubleshooters",
    "release_id": "a26f660d-539f-4d5c-b904-136933e3c04f",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}