Information about plays

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

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

{
    "id": 343637,
    "uri": "https://api.kexp.org/v2/plays/343637/?format=api",
    "airdate": "2019-06-19T20:23:39-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give It Up",
    "track_id": null,
    "recording_id": null,
    "artist": "Lee Dorsey",
    "artist_ids": [
        "23388f69-9c11-44a6-b832-b9071db3423e"
    ],
    "album": "45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Amy"
    ],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With The Meters, Allen Toussaint ; Allen Toussaint talking about Lee, Dr. John, Ernie K-Doe et. al.: http://somethingelsereviews.com/2012/05/03/one-track-mind-allen-toussaint-on-dr-john-and-the-meters-lee-dorsey-the-band-and-ernie-k-doe/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}