Information about plays

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

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

{
    "id": 351773,
    "uri": "https://api.kexp.org/v2/plays/351773/?format=api",
    "airdate": "2019-07-08T16:37:00-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Somewhere In My Heart [The Alternate Mix]",
    "track_id": "7c87c348-d167-4f33-9fb9-eca81b07be60",
    "recording_id": null,
    "artist": "Aztec Camera",
    "artist_ids": [
        "53578264-7436-437b-87a0-3b034a3661f0"
    ],
    "album": "Love",
    "release_id": "20847cfa-24b5-4b38-8da3-f8d51b49b829",
    "release_group_id": null,
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I have a huge crush on Roddy Frame hahaha https://www.youtube.com/watch?v=n4pWcVPUybE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}