Information about plays

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

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

{
    "id": 515567,
    "uri": "https://api.kexp.org/v2/plays/515567/?format=api",
    "airdate": "2002-02-08T04:42:00-08:00",
    "show": 8888,
    "show_uri": "https://api.kexp.org/v2/shows/8888/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lustwandel",
    "track_id": "e997c26c-1961-4793-9c58-38a6c870c4e1",
    "recording_id": null,
    "artist": "Hans-Joachim Roedelius",
    "artist_ids": [
        "57cf7d67-5372-420a-9c89-77c7513d6506"
    ],
    "album": "Lustwandel",
    "release_id": "00130272-8ba6-4ed6-b70e-bee07e32b763",
    "release_group_id": null,
    "labels": [
        "Gyroscope"
    ],
    "label_ids": [
        "c144a7aa-54a2-410e-9b34-2570baaa4884"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}