Information about plays

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

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

{
    "id": 435942,
    "uri": "https://api.kexp.org/v2/plays/435942/?format=api",
    "airdate": "2001-06-18T13:20:00-07:00",
    "show": 7341,
    "show_uri": "https://api.kexp.org/v2/shows/7341/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519v2IWFH6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519v2IWFH6L._SL75_.jpg",
    "song": "Prophecy",
    "track_id": "ba442791-9911-4ff8-80da-52ec21b9299e",
    "recording_id": null,
    "artist": "Remy Zero",
    "artist_ids": [
        "848a122b-9dcc-4ff7-91b8-e4f37b8f1147"
    ],
    "album": "Villa Elaine",
    "release_id": "37c7fbfd-9ce8-44ff-8bd5-e1f6a884ad14",
    "release_group_id": null,
    "labels": [
        "Geffen"
    ],
    "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"
}