Information about plays

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

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

{
    "id": 346686,
    "uri": "https://api.kexp.org/v2/plays/346686/?format=api",
    "airdate": "2019-06-26T21:01:00-07:00",
    "show": 5777,
    "show_uri": "https://api.kexp.org/v2/shows/5777/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Missing (Amplified Heart album mix)",
    "track_id": "d5c0ae88-36e6-38f4-a1a3-0ba4a8719479",
    "recording_id": null,
    "artist": "Everything but the Girl",
    "artist_ids": [
        "959cf5bf-ee29-4af6-a85a-0b480181d988"
    ],
    "album": "Missing",
    "release_id": "1aeeab94-5758-3648-93b0-e6aa94687801",
    "release_group_id": null,
    "labels": [
        "Blanco y Negro Records"
    ],
    "label_ids": [],
    "release_date": "1995-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}