Information about plays

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

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

{
    "id": 417433,
    "uri": "https://api.kexp.org/v2/plays/417433/?format=api",
    "airdate": "2001-04-23T13:37:30-07:00",
    "show": 6971,
    "show_uri": "https://api.kexp.org/v2/shows/6971/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EM94JT6QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EM94JT6QL._SL75_.jpg",
    "song": "Culture Move",
    "track_id": null,
    "recording_id": null,
    "artist": "Asian Dub Foundation",
    "artist_ids": [
        "db612997-f11e-424d-8b41-cf410a433656"
    ],
    "album": "Rafi's Revenge",
    "release_id": "70eabfa6-e06a-4dbb-8e51-c84fc6e77dae",
    "release_group_id": null,
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "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"
}