Information about plays

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

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

{
    "id": 423956,
    "uri": "https://api.kexp.org/v2/plays/423956/?format=api",
    "airdate": "2001-05-13T11:00:00-07:00",
    "show": 7109,
    "show_uri": "https://api.kexp.org/v2/shows/7109/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51b5101KivL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51b5101KivL._SL75_.jpg",
    "song": "Unconditional Love",
    "track_id": "80e0d567-9e18-4e16-9341-280a51e4c850",
    "recording_id": null,
    "artist": "Mem Shannon",
    "artist_ids": [
        "374d40b2-c29d-4410-9460-2eb82fe309d2"
    ],
    "album": "Memphis in the Morning",
    "release_id": "601a2475-d07c-429c-b158-453a8627b9ca",
    "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"
}