Information about plays

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

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

{
    "id": 534571,
    "uri": "https://api.kexp.org/v2/plays/534571/?format=api",
    "airdate": "2002-04-04T12:07:33-08:00",
    "show": 9260,
    "show_uri": "https://api.kexp.org/v2/shows/9260/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QTRHWWT1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QTRHWWT1L._SL75_.jpg",
    "song": "Coveted Space",
    "track_id": null,
    "recording_id": null,
    "artist": "Pure Joy",
    "artist_ids": [
        "2e17e312-82b3-4c4d-a747-737dfe7ab953"
    ],
    "album": "Getz, The Worm",
    "release_id": "82471aa9-624e-441f-8591-cbba5249e49e",
    "release_group_id": null,
    "labels": [
        "The Great Utopia"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}