Information about plays

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

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

{
    "id": 381824,
    "uri": "https://api.kexp.org/v2/plays/381824/?format=api",
    "airdate": "2019-09-17T03:36:05-07:00",
    "show": 6357,
    "show_uri": "https://api.kexp.org/v2/shows/6357/?format=api",
    "image_uri": "http://coverartarchive.org/release/6c8a82d0-73c7-4eff-b84d-6c20a8f0a4dd/2987647368-250.jpg",
    "thumbnail_uri": "",
    "song": "Light My Fire",
    "track_id": "a2b80734-801d-338b-b720-4fd6c34a1168",
    "recording_id": null,
    "artist": "The Doors",
    "artist_ids": [
        "9efff43b-3b29-4082-824e-bc82f646f93d"
    ],
    "album": "The Doors",
    "release_id": "6c8a82d0-73c7-4eff-b84d-6c20a8f0a4dd",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2007-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1967, The Doors were banned from the Ed Sullivan Show after Jim Morrison broke his agreement with the show's producers. Morrison said before the performance that he wouldn't sing the words \"Girl, we couldn't get much higher\" from 'Light My Fire' but did it anyway.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}