Information about plays

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

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

{
    "id": 450992,
    "uri": "https://api.kexp.org/v2/plays/450992/?format=api",
    "airdate": "2001-08-01T07:50:31-07:00",
    "show": 7627,
    "show_uri": "https://api.kexp.org/v2/shows/7627/?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": "Assassin",
    "track_id": "1573a29f-8715-4b09-ad27-749e5183ef91",
    "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": [
        "Slash"
    ],
    "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"
}