Information about plays

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

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

{
    "id": 533317,
    "uri": "https://api.kexp.org/v2/plays/533317/?format=api",
    "airdate": "2002-03-31T21:42:00-08:00",
    "show": 9238,
    "show_uri": "https://api.kexp.org/v2/shows/9238/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41M2MWAETHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41M2MWAETHL._SL75_.jpg",
    "song": "Time and Space (remix)",
    "track_id": "f8c0b580-6dee-42c9-b2d0-93cc1356fe03",
    "recording_id": null,
    "artist": "The Bucketheads",
    "artist_ids": [
        "24db1a43-a59f-4015-ae37-d52f1907c8f7"
    ],
    "album": "All in the Mind",
    "release_id": "a36ff7d4-8248-40fb-b149-d76837d8bbf6",
    "release_group_id": null,
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "915b9747-4dc9-4205-bae5-d5d4db5c3d44"
    ],
    "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"
}