Information about plays

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

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

{
    "id": 374465,
    "uri": "https://api.kexp.org/v2/plays/374465/?format=api",
    "airdate": "2019-08-30T12:42:01-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run Chicken Run",
    "track_id": "7e9e9c65-3d30-3000-81c4-76ab4342cd96",
    "recording_id": null,
    "artist": "Link Wray",
    "artist_ids": [
        "1c1c86a2-7850-47ac-8771-ae6359bae2b7"
    ],
    "album": "The Original Rumble Plus 22 Other Storming Guitar Instrumentals",
    "release_id": "893f8adf-6544-4e44-8612-02cb04ddc1a4",
    "release_group_id": null,
    "labels": [
        "Ace"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Link Wray was a Shawnee musician, perhaps best known for his 1958 hit \"Rumble,\" which was initially banned for fear that it would incite teen violence.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}