Information about plays

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

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

{
    "id": 501639,
    "uri": "https://api.kexp.org/v2/plays/501639/?format=api",
    "airdate": "2001-12-29T11:05:00-08:00",
    "show": 8614,
    "show_uri": "https://api.kexp.org/v2/shows/8614/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UShmH28JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UShmH28JL._SL75_.jpg",
    "song": "High Explosion",
    "track_id": "ed2c6a22-0b93-420a-aa00-99f97831d625",
    "recording_id": null,
    "artist": "Lloyd Young",
    "artist_ids": [
        "c8587ccd-9015-4c87-bc8b-ddbd76d3cea9"
    ],
    "album": "Trojan DJ Box Set (disc 3)",
    "release_id": "22c8e3ec-b446-4020-bf24-2814ef577971",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "1998-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}