Information about plays

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

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

{
    "id": 534673,
    "uri": "https://api.kexp.org/v2/plays/534673/?format=api",
    "airdate": "2002-04-04T19:10:00-08:00",
    "show": 9262,
    "show_uri": "https://api.kexp.org/v2/shows/9262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Drop More Than I Drink",
    "track_id": "20c935e1-ff87-404a-b9eb-7c043f59da26",
    "recording_id": null,
    "artist": "Johnny Paycheck",
    "artist_ids": [
        "fae7b17e-03e9-44ea-9734-f4ed92246f9f"
    ],
    "album": "Bars, Booze & Blondes",
    "release_id": "bdb32f17-e5fa-4cdd-8821-1aeac98411dc",
    "release_group_id": null,
    "labels": [
        "Little Darlin'"
    ],
    "label_ids": [
        "1f583d21-30e8-4940-a638-1dac068c932c"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}