Information about plays

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

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

{
    "id": 444895,
    "uri": "https://api.kexp.org/v2/plays/444895/?format=api",
    "airdate": "2001-07-13T22:04:00-07:00",
    "show": 7508,
    "show_uri": "https://api.kexp.org/v2/shows/7508/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51naGAXa67L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51naGAXa67L._SL75_.jpg",
    "song": "The Porno King",
    "track_id": "ff134fc9-470c-4a83-a93d-59daff59e585",
    "recording_id": null,
    "artist": "Funkdoobiest",
    "artist_ids": [
        "2a1a72fc-b9e1-40b2-823e-77c81b4b1062"
    ],
    "album": "Which Doobie U B ?",
    "release_id": "0764bf15-4424-495d-97d4-f2aa6ee3fd83",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "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"
}