Information about plays

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

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

{
    "id": 434014,
    "uri": "https://api.kexp.org/v2/plays/434014/?format=api",
    "airdate": "2001-06-12T21:07:30-07:00",
    "show": 7305,
    "show_uri": "https://api.kexp.org/v2/shows/7305/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GZB0ZQDJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GZB0ZQDJL._SL75_.jpg",
    "song": "Rahsaanasong",
    "track_id": "e59db387-6aa5-4195-ba14-5a22b3e762df",
    "recording_id": null,
    "artist": "Groove Collective",
    "artist_ids": [
        "44b69f9c-b717-419b-bf75-fa21e4f2da58"
    ],
    "album": "Groove Collective",
    "release_id": "d0a1ce9c-90d2-4762-853d-350221e327a5",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1994-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}