Information about plays

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

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

{
    "id": 491087,
    "uri": "https://api.kexp.org/v2/plays/491087/?format=api",
    "airdate": "2001-11-28T03:00:00-08:00",
    "show": 8415,
    "show_uri": "https://api.kexp.org/v2/shows/8415/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zhivago Blue",
    "track_id": "834abcbc-1936-473f-bb39-0d112a5a4003",
    "recording_id": null,
    "artist": "Nina Hynes",
    "artist_ids": [
        "2344132a-22f4-4206-b6af-cd7960fa8fb6"
    ],
    "album": "Can I Sleep Now?",
    "release_id": "6391de52-6a77-4e8c-9a93-347d2a67af58",
    "release_group_id": null,
    "labels": [
        "Reverb Records"
    ],
    "label_ids": [
        "7798cb5d-4af5-466f-b84f-12be43876696"
    ],
    "release_date": "2001-08-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}