Information about plays

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

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

{
    "id": 491280,
    "uri": "https://api.kexp.org/v2/plays/491280/?format=api",
    "airdate": "2001-11-28T17:00:00-08:00",
    "show": 8418,
    "show_uri": "https://api.kexp.org/v2/shows/8418/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51N0JKJTY1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51N0JKJTY1L._SL75_.jpg",
    "song": "Collins' Mix",
    "track_id": "52b49e16-234c-4636-be0c-d98a5edb0f44",
    "recording_id": null,
    "artist": "Albert Collins",
    "artist_ids": [
        "73b8dddb-ec29-4d11-b449-d97fde73f07b"
    ],
    "album": "The Complete Imperial Recordings (disc 1)",
    "release_id": "9649693f-6df6-4f41-9355-20372899603a",
    "release_group_id": null,
    "labels": [
        "EMI Records USA"
    ],
    "label_ids": [
        "3b76dfe7-0a2d-401a-86a7-f1a30c480e0d"
    ],
    "release_date": "1991-08-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}