Information about plays

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

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

{
    "id": 489802,
    "uri": "https://api.kexp.org/v2/plays/489802/?format=api",
    "airdate": "2001-11-24T00:00:00-08:00",
    "show": 8384,
    "show_uri": "https://api.kexp.org/v2/shows/8384/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41X00SENMQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41X00SENMQL._SL75_.jpg",
    "song": "S.N.T. (live at Peacepipe)",
    "track_id": "6f473e82-4189-4e13-9eb9-6cde723e770b",
    "recording_id": null,
    "artist": "Cut Chemist",
    "artist_ids": [
        "e0975164-e68b-45d6-9854-d5d0ce84e671"
    ],
    "album": "The Funky Precedent",
    "release_id": "cec073d1-4c6d-4eb3-998d-f3e9c3ce7102",
    "release_group_id": null,
    "labels": [
        "Loosegroove Records"
    ],
    "label_ids": [
        "46a478af-52fc-41db-868c-1abd9010f02f"
    ],
    "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"
}