Information about plays

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

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

{
    "id": 450535,
    "uri": "https://api.kexp.org/v2/plays/450535/?format=api",
    "airdate": "2001-07-31T01:56:28-07:00",
    "show": 7620,
    "show_uri": "https://api.kexp.org/v2/shows/7620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XQ1R2TH6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XQ1R2TH6L._SL75_.jpg",
    "song": "Monday Night",
    "track_id": "7a056c67-22a3-41d1-84f0-22283d0bd564",
    "recording_id": null,
    "artist": "Ryan Adams",
    "artist_ids": [
        "c80f38a6-9980-485d-997c-5c1a9cbd0d64"
    ],
    "album": "Down to the Promised Land: 5 Years of Bloodshot Records (disc 2)",
    "release_id": "16498768-8ce8-46ee-aeb8-c2bfc60a9252",
    "release_group_id": null,
    "labels": [
        "...duh!"
    ],
    "label_ids": [],
    "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"
}