Information about plays

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

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

{
    "id": 345213,
    "uri": "https://api.kexp.org/v2/plays/345213/?format=api",
    "airdate": "2019-06-23T15:58:40-07:00",
    "show": 5756,
    "show_uri": "https://api.kexp.org/v2/shows/5756/?format=api",
    "image_uri": "http://coverartarchive.org/release/21ee7911-13ef-49cc-b9b6-0445fcd25133/1500283484-250.jpg",
    "thumbnail_uri": "",
    "song": "Round and Round",
    "track_id": "50dca68f-aea6-35b4-91cc-7433d0a94a4d",
    "recording_id": null,
    "artist": "Ariel Pink’s Haunted Graffiti",
    "artist_ids": [
        "4ac6c2fd-daad-4c31-b266-017c79d2e9a9"
    ],
    "album": "Before Today",
    "release_id": "21ee7911-13ef-49cc-b9b6-0445fcd25133",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2010-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}