Information about plays

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

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

{
    "id": 376165,
    "uri": "https://api.kexp.org/v2/plays/376165/?format=api",
    "airdate": "2019-09-03T18:04:00-07:00",
    "show": 6263,
    "show_uri": "https://api.kexp.org/v2/shows/6263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rio",
    "track_id": "f7c9da7e-97ac-3372-8acf-8b7ac2c2407e",
    "recording_id": null,
    "artist": "Os Cariocas",
    "artist_ids": [
        "a8d9cf45-8e31-421a-9294-a49f2dbd9ed8"
    ],
    "album": "A Bossa dos Cariocas",
    "release_id": "fa53f790-9538-468d-8e56-fd49ca3ed800",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1963-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brazil. Os Cariocas was formed in 1942, and has played continuously for almost 80 years (with new members, of course). They became stars of bossa nova after the 1957 release of \"Chega de Saudade\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}