Information about plays

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

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

{
    "id": 1169201,
    "uri": "https://api.kexp.org/v2/plays/1169201/?format=api",
    "airdate": "2006-12-06T04:34:25-08:00",
    "show": 20509,
    "show_uri": "https://api.kexp.org/v2/shows/20509/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MNGAK9B4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MNGAK9B4L._SL75_.jpg",
    "song": "Hatred",
    "track_id": "c1e1f5a7-3ad0-48e6-a2ed-3504e7ea89a7",
    "recording_id": null,
    "artist": "Aereogramme",
    "artist_ids": [
        "765e3c07-026f-46ad-9cbc-e06b6a2383f7"
    ],
    "album": "A Story in White",
    "release_id": "cf389b29-7a84-4f86-afc9-cd0b4979b3d1",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2001-10-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}