Information about plays

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

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

{
    "id": 438910,
    "uri": "https://api.kexp.org/v2/plays/438910/?format=api",
    "airdate": "2001-06-27T00:53:20-07:00",
    "show": 7398,
    "show_uri": "https://api.kexp.org/v2/shows/7398/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Tlv3EAxnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Tlv3EAxnL._SL75_.jpg",
    "song": "The Saga Of The Rising Sun",
    "track_id": "f2d6f9d4-94d7-47ff-8743-94f5fef33769",
    "recording_id": null,
    "artist": "Ghazal",
    "artist_ids": [
        "324c162c-00b9-404b-bf05-9a9936aff7e1"
    ],
    "album": "Lost Songs Of The Silk Road",
    "release_id": "21b1867e-b504-4cb4-a6f3-98d9b118909c",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}