Information about plays

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

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

{
    "id": 435210,
    "uri": "https://api.kexp.org/v2/plays/435210/?format=api",
    "airdate": "2001-06-16T03:40:00-07:00",
    "show": 7324,
    "show_uri": "https://api.kexp.org/v2/shows/7324/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nwAqSfPIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nwAqSfPIL._SL75_.jpg",
    "song": "Wild Flowers",
    "track_id": "e5c3da4b-c4fb-4c2b-a1c9-3dc0e7f91eb9",
    "recording_id": null,
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "The Winding Sheet",
    "release_id": "723fa46a-628d-44c9-8e22-8fba5ba44c6c",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1990-05-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}