Information about plays

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

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

{
    "id": 1276990,
    "uri": "https://api.kexp.org/v2/plays/1276990/?format=api",
    "airdate": "2007-09-09T00:34:00-07:00",
    "show": 22349,
    "show_uri": "https://api.kexp.org/v2/shows/22349/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SwOP9XCVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SwOP9XCVL._SL75_.jpg",
    "song": "Interstellar Overdrive",
    "track_id": "a66047f3-6978-418a-8ec6-9ce98fb6d1f9",
    "recording_id": null,
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Relics",
    "release_id": "d48c2a1b-b184-4867-961d-1b8bd79215bd",
    "release_group_id": null,
    "labels": [
        "EMI Music Australia"
    ],
    "label_ids": [
        "782f5891-6952-4960-9664-3d08a07dfdb2"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}