Information about plays

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

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

{
    "id": 478279,
    "uri": "https://api.kexp.org/v2/plays/478279/?format=api",
    "airdate": "2001-10-20T02:45:00-07:00",
    "show": 8156,
    "show_uri": "https://api.kexp.org/v2/shows/8156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jardeau Blue",
    "track_id": "e7906085-8211-49c0-b97d-c93b48ceacc1",
    "recording_id": null,
    "artist": "Faith & Disease",
    "artist_ids": [
        "2a95ed6b-ebcf-4908-b642-7bbadd0eb2ea"
    ],
    "album": "Fortune His Sleep",
    "release_id": "138519d5-b44c-4f0a-8379-f0247d3b805a",
    "release_group_id": null,
    "labels": [
        "Ivy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}