Information about plays

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

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

{
    "id": 2680934,
    "uri": "https://api.kexp.org/v2/plays/2680934/?format=api",
    "airdate": "2020-01-01T19:01:41-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walkin' Down The Line",
    "track_id": "4733c9b7-bc6b-4acb-8449-eb82b46c4ea8",
    "recording_id": null,
    "artist": "Glen Campbell",
    "artist_ids": [
        "57976431-1a5c-4968-a422-b92c5e9b0d4f"
    ],
    "album": "The Astounding 12-String Guitar of Glen Campbell",
    "release_id": "a846ef96-eec0-496d-8ddf-6936b8e621c7",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [],
    "release_date": "1964-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "His version of the Dylan tune ; Arlo Guthrie and Pete Seeger doing a version: https://www.youtube.com/watch?v=ruSiri4VlCo&feature=emb_title",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}