Information about plays

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

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

{
    "id": 349733,
    "uri": "https://api.kexp.org/v2/plays/349733/?format=api",
    "airdate": "2019-07-03T20:01:53-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Honky Tonk (Part 1 & 2)",
    "track_id": null,
    "recording_id": null,
    "artist": "The James Brown Soul Train",
    "artist_ids": [
        "a225c3ef-910e-4fad-8ccf-e53ca38ec6de"
    ],
    "album": "45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "adde0cb6-4535-47b8-9b10-f18cc0b466ae"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded with The J.B.s, who were credited as “The James Brown Soul Train” ; https://music.avclub.com/james-brown-said-it-loud-and-inspired-a-generation-in-l-1798267026",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}