Information about plays

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

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

{
    "id": 510506,
    "uri": "https://api.kexp.org/v2/plays/510506/?format=api",
    "airdate": "2002-01-24T19:41:00-08:00",
    "show": 8793,
    "show_uri": "https://api.kexp.org/v2/shows/8793/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Ya0TtqqPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Ya0TtqqPL._SL75_.jpg",
    "song": "You Ask Me To",
    "track_id": "c81faf4d-efbd-4558-b18d-22d3b05c4180",
    "recording_id": null,
    "artist": "Waylon Jennings",
    "artist_ids": [
        "1a46826b-4d73-4e04-8590-f36c9d832f9e"
    ],
    "album": "Honky Tonk Heroes",
    "release_id": "ef347866-3910-4e26-bd5f-6531a2292b56",
    "release_group_id": null,
    "labels": [
        "RCA LP"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}