Information about plays

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

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

{
    "id": 432832,
    "uri": "https://api.kexp.org/v2/plays/432832/?format=api",
    "airdate": "2001-06-09T01:54:32-07:00",
    "show": 7280,
    "show_uri": "https://api.kexp.org/v2/shows/7280/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51q2gwT81vL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51q2gwT81vL._SL75_.jpg",
    "song": "Stop 'Em Jah",
    "track_id": "22b0db2a-929a-4218-a80e-a63846600c34",
    "recording_id": null,
    "artist": "Hugh Mundell",
    "artist_ids": [
        "c10f2fe4-2c97-4678-b231-65e303c0eb05"
    ],
    "album": "Blackman's Foundation",
    "release_id": "5f6062d2-21ef-4d15-97d9-497e66ca3043",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}