Information about plays

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

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

{
    "id": 1317412,
    "uri": "https://api.kexp.org/v2/plays/1317412/?format=api",
    "airdate": "2007-12-22T22:06:00-08:00",
    "show": 23036,
    "show_uri": "https://api.kexp.org/v2/shows/23036/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21VY92DVBFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21VY92DVBFL._SL75_.jpg",
    "song": "A Xmas Song",
    "track_id": "837b6f51-5c4b-415d-9c37-4164eaa82970",
    "recording_id": null,
    "artist": "Killdozer",
    "artist_ids": [
        "6a2f72b1-d660-409e-b190-6470157d3a38"
    ],
    "album": "The Last Waltz",
    "release_id": "8a52f4f5-4237-49a6-b3e9-97fda2584171",
    "release_group_id": null,
    "labels": [
        "Man's Ruin Records"
    ],
    "label_ids": [
        "a6e7f5d9-89b2-45f0-a57b-58b4a4f62c3f"
    ],
    "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"
}