Information about plays

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

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

{
    "id": 351572,
    "uri": "https://api.kexp.org/v2/plays/351572/?format=api",
    "airdate": "2019-07-08T05:16:16-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "http://coverartarchive.org/release/cd7ece8b-ff22-4f8a-9b5b-a6aa08b3442b/19524515953-250.jpg",
    "thumbnail_uri": "",
    "song": "Shirim",
    "track_id": "f0aeb172-4f8c-43ac-a5d0-2d64b67bd4a4",
    "recording_id": null,
    "artist": "Melody’s Echo Chamber",
    "artist_ids": [
        "a1bcf3fd-dcf9-4437-b4f4-d8a6ab837396"
    ],
    "album": "Bon Voyage",
    "release_id": "cd7ece8b-ff22-4f8a-9b5b-a6aa08b3442b",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2018-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}