Information about plays

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

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

{
    "id": 351745,
    "uri": "https://api.kexp.org/v2/plays/351745/?format=api",
    "airdate": "2019-07-08T15:00:07-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/fbd9a0fc-9a54-3295-b4b7-2b34cdd5e6c7/6892507936-250.jpg",
    "thumbnail_uri": "",
    "song": "Desire Lines",
    "track_id": "50d2ec74-830d-3148-9ede-5c809b6c27dc",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Halcyon Digest",
    "release_id": "fbd9a0fc-9a54-3295-b4b7-2b34cdd5e6c7",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2010-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Showbox on Sat. July 20th with Dirty Projectors.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}