Information about plays

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

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

{
    "id": 347109,
    "uri": "https://api.kexp.org/v2/plays/347109/?format=api",
    "airdate": "2019-06-27T18:40:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Boned Gal",
    "track_id": "6be4a9a7-d4ee-49f2-b827-3722fa23ed15",
    "recording_id": null,
    "artist": "k.d. lang and The Reclines",
    "artist_ids": [
        "bf4bb21e-759f-4b22-bfd4-1745939727fc"
    ],
    "album": "Absolute Torch and Twang",
    "release_id": "fde05ebc-2a75-4776-b0f2-4e3d31334836",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1989-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}