Information about plays

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

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

{
    "id": 417948,
    "uri": "https://api.kexp.org/v2/plays/417948/?format=api",
    "airdate": "2001-04-25T02:28:00-07:00",
    "show": 6983,
    "show_uri": "https://api.kexp.org/v2/shows/6983/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/219BE7XK91L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/219BE7XK91L._SL75_.jpg",
    "song": "Track Before 2",
    "track_id": "fc9381d2-7599-48f0-ba3d-8990075cd03a",
    "recording_id": null,
    "artist": "Plastiq Phantom",
    "artist_ids": [
        "298cc373-8cbe-419b-a853-27c4ae02f89c"
    ],
    "album": "Enjoy the Art of Lying Down",
    "release_id": "947caac5-b1d4-4f33-ae5a-c75b8204eaad",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-03-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}