Information about plays

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

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

{
    "id": 352505,
    "uri": "https://api.kexp.org/v2/plays/352505/?format=api",
    "airdate": "2019-07-10T08:40:33-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "http://coverartarchive.org/release/c1bcfbae-2695-478e-a68f-42fc5594ec3b/16467454034-250.jpg",
    "thumbnail_uri": "",
    "song": "Date With the Night",
    "track_id": "3e625081-0199-34c9-bae0-751202f8cdf9",
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Date With the Night",
    "release_id": "c1bcfbae-2695-478e-a68f-42fc5594ec3b",
    "release_group_id": null,
    "labels": [
        "Dress Up"
    ],
    "label_ids": [
        "0e7b87ce-4f28-41ee-8390-fbc1bfa41507"
    ],
    "release_date": "2003-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}