Information about plays

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

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

{
    "id": 378564,
    "uri": "https://api.kexp.org/v2/plays/378564/?format=api",
    "airdate": "2019-09-09T02:49:11-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?format=api",
    "image_uri": "http://coverartarchive.org/release/ffb6ec67-7eb2-4b01-b649-13cefabf3f4e/24027587831-250.jpg",
    "thumbnail_uri": "",
    "song": "Shelf Life",
    "track_id": "d647fa6e-18e3-4ade-9cbb-7ddfb9e04a2b",
    "recording_id": null,
    "artist": "Tennis System",
    "artist_ids": [
        "aa10fbfe-e34b-457f-af2b-3e2e36461da2"
    ],
    "album": "Lovesick",
    "release_id": "ffb6ec67-7eb2-4b01-b649-13cefabf3f4e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}