Information about plays

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

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

{
    "id": 348907,
    "uri": "https://api.kexp.org/v2/plays/348907/?format=api",
    "airdate": "2019-07-02T04:46:53-07:00",
    "show": 5815,
    "show_uri": "https://api.kexp.org/v2/shows/5815/?format=api",
    "image_uri": "http://coverartarchive.org/release/029c2da3-35ce-4e12-a29d-04a4c5740ddc/23125464735-250.jpg",
    "thumbnail_uri": "",
    "song": "Galazy",
    "track_id": "b35e7ed4-5424-4e5a-ba4a-4d5afedd17a7",
    "recording_id": null,
    "artist": "DJ Seinfeld",
    "artist_ids": [
        "595058cd-36fe-4994-8933-df92ff68ebd7"
    ],
    "album": "Galazy EP",
    "release_id": "029c2da3-35ce-4e12-a29d-04a4c5740ddc",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}