Information about plays

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

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

{
    "id": 414433,
    "uri": "https://api.kexp.org/v2/plays/414433/?format=api",
    "airdate": "2001-02-25T17:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xRunsSL8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xRunsSL8L._SL75_.jpg",
    "song": "All Stripped Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Bone Machine",
    "release_id": "c234ce23-2d47-4e6d-91a0-fb679937f534",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}