Information about plays

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

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

{
    "id": 372351,
    "uri": "https://api.kexp.org/v2/plays/372351/?format=api",
    "airdate": "2019-08-26T00:19:00-07:00",
    "show": 6204,
    "show_uri": "https://api.kexp.org/v2/shows/6204/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Carry the Day",
    "track_id": "21c8ce04-0618-36f6-9c63-aa7bf2091fd3",
    "recording_id": null,
    "artist": "Henry Threadgill",
    "artist_ids": [
        "bf3f2266-33e7-42ae-a1f2-4066ded25dca"
    ],
    "album": "Carry the Day",
    "release_id": "7d4bb505-d3c3-44b5-a95d-6c9c6b2e115d",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}