Information about plays

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

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

{
    "id": 515700,
    "uri": "https://api.kexp.org/v2/plays/515700/?format=api",
    "airdate": "2002-02-08T15:28:00-08:00",
    "show": 8891,
    "show_uri": "https://api.kexp.org/v2/shows/8891/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31ET3937VVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31ET3937VVL._SL75_.jpg",
    "song": "Yoo Doo Right",
    "track_id": "eef6d0f3-dcd7-44ab-885f-e9a2b01fcfb4",
    "recording_id": null,
    "artist": "Thin White Rope",
    "artist_ids": [
        "ca4da4f7-96d8-4bcf-8832-22712d7ed460"
    ],
    "album": "The One That Got Away (disc 1)",
    "release_id": "cac3077e-ac14-4834-833e-7493fe1a74d1",
    "release_group_id": null,
    "labels": [
        "BMG"
    ],
    "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"
}