Information about plays

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

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

{
    "id": 365835,
    "uri": "https://api.kexp.org/v2/plays/365835/?format=api",
    "airdate": "2019-08-11T03:38:00-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mestizo Eyes",
    "track_id": "1e9ae0d2-1629-3242-8365-91d5127003bf",
    "recording_id": null,
    "artist": "Bobbi Humphrey",
    "artist_ids": [],
    "album": "Fancy Dancer",
    "release_id": "02b86080-adb6-3224-802c-3be8a5772d15",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bobbi Humphrey is a prolific jazz flutist who has played with the likes of Duke Ellington and Stevie Wonder. She was the first female artist to be signed by Blue Note.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}