Information about plays

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

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

{
    "id": 535525,
    "uri": "https://api.kexp.org/v2/plays/535525/?format=api",
    "airdate": "2002-04-07T10:35:06-07:00",
    "show": 9281,
    "show_uri": "https://api.kexp.org/v2/shows/9281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Babe",
    "track_id": "6898778c-2ca9-48ff-918d-f6acb4756771",
    "recording_id": null,
    "artist": "Solomon Burke",
    "artist_ids": [
        "d5c79890-36c5-4f1b-bed3-4468eee093f3"
    ],
    "album": "Soul of the Blues",
    "release_id": "f5c57c56-a67d-4bea-8e92-7a8d8c13d47e",
    "release_group_id": null,
    "labels": [
        "Black Top"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}