Information about plays

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

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

{
    "id": 466599,
    "uri": "https://api.kexp.org/v2/plays/466599/?format=api",
    "airdate": "2001-09-15T22:28:00-07:00",
    "show": 7935,
    "show_uri": "https://api.kexp.org/v2/shows/7935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deep Inside",
    "track_id": "0f13f2e8-7a12-4970-980c-7f48dd87db90",
    "recording_id": null,
    "artist": "DJ Rap & Danny C",
    "artist_ids": [
        "900a9d05-0a3f-4c9f-a163-43c74b332771"
    ],
    "album": "Deep Inside / Colours",
    "release_id": "0890e540-6af9-4bcd-80d8-8280507f8095",
    "release_group_id": null,
    "labels": [
        "Proper Talent"
    ],
    "label_ids": [
        "7ac32278-6ecd-41a0-87f5-b3d7453fa3db"
    ],
    "release_date": "2001-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}