Information about plays

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

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

{
    "id": 492504,
    "uri": "https://api.kexp.org/v2/plays/492504/?format=api",
    "airdate": "2001-12-02T09:52:00-08:00",
    "show": 8443,
    "show_uri": "https://api.kexp.org/v2/shows/8443/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cxfghgxbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cxfghgxbL._SL75_.jpg",
    "song": "Darkest Hour",
    "track_id": "8f707022-438b-47f5-bd17-9e4f3f8210c4",
    "recording_id": null,
    "artist": "Charlie Musselwhite",
    "artist_ids": [
        "034c320b-0f58-4eca-8eb2-66cafac06b3b"
    ],
    "album": "Rough News",
    "release_id": "3ddc11a8-8cb8-4df8-bc93-2567c07684b8",
    "release_group_id": null,
    "labels": [
        "Point Blank"
    ],
    "label_ids": [],
    "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"
}