Information about plays

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

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

{
    "id": 518889,
    "uri": "https://api.kexp.org/v2/plays/518889/?format=api",
    "airdate": "2002-02-17T22:44:00-08:00",
    "show": 8955,
    "show_uri": "https://api.kexp.org/v2/shows/8955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gina",
    "track_id": "10ebee52-cb9c-476a-9aa9-6c0aa058206d",
    "recording_id": null,
    "artist": "Chris Speed",
    "artist_ids": [
        "6dc88fe0-ed51-41e8-95a0-5252ad326019"
    ],
    "album": "Iffy",
    "release_id": "ea9edfdc-50b2-4f4f-98bf-40099968fc15",
    "release_group_id": null,
    "labels": [
        "Knitting Factory Works"
    ],
    "label_ids": [
        "63d2736a-1e2d-4a69-a05a-008b13ffa073"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}