Information about plays

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

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

{
    "id": 352819,
    "uri": "https://api.kexp.org/v2/plays/352819/?format=api",
    "airdate": "2019-07-11T02:23:29-07:00",
    "show": 5879,
    "show_uri": "https://api.kexp.org/v2/shows/5879/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Truth (Back Alley Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Earth Trax & Newborn Jr.",
    "artist_ids": [],
    "album": "Truth EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Phonica"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A nostalgic banger, reminiscent of late 80’s synth driven electronic music like Kraftwerk and Pet Shop Boys\" - https://soundcloud.com/boltingbits/premiere-earth-trax-newborn-jr-truth-back-alley-mix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}