Information about plays

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

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

{
    "id": 431891,
    "uri": "https://api.kexp.org/v2/plays/431891/?format=api",
    "airdate": "2001-06-06T10:41:32-07:00",
    "show": 7265,
    "show_uri": "https://api.kexp.org/v2/shows/7265/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/610Z390G6FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/610Z390G6FL._SL75_.jpg",
    "song": "20th Century",
    "track_id": null,
    "recording_id": null,
    "artist": "Brad",
    "artist_ids": [
        "edbaa513-b8d3-4e8f-b81f-ef640b8ad128"
    ],
    "album": "Shame",
    "release_id": "a362c3d8-1193-440d-af03-2773fa1209ea",
    "release_group_id": null,
    "labels": [
        "Epic Associated"
    ],
    "label_ids": [
        "7127ada4-64a0-4baa-9f73-e9b26f22b3bd"
    ],
    "release_date": "1993-04-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}