Information about plays

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

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

{
    "id": 532373,
    "uri": "https://api.kexp.org/v2/plays/532373/?format=api",
    "airdate": "2002-03-29T01:09:09-08:00",
    "show": 9216,
    "show_uri": "https://api.kexp.org/v2/shows/9216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RGJEVP7HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RGJEVP7HL._SL75_.jpg",
    "song": "Albion Rose",
    "track_id": "3981b7f4-a787-434f-87cc-d077d3b5183e",
    "recording_id": null,
    "artist": "Mouse on Mars",
    "artist_ids": [
        "4d4f5d92-0589-42fa-bc0e-1bd73e17a2ce"
    ],
    "album": "Niun Niggung",
    "release_id": "2e2aa9a9-c2a2-43c1-94b7-5741ff29c2c0",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}