Information about plays

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

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

{
    "id": 376022,
    "uri": "https://api.kexp.org/v2/plays/376022/?format=api",
    "airdate": "2019-09-03T14:00:43-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "http://coverartarchive.org/release/07832b54-8266-47d5-bb0e-62c7f2cf5da5/14004736126-250.jpg",
    "thumbnail_uri": "",
    "song": "Protection",
    "track_id": "40ee427d-4237-396f-bb54-595b56039737",
    "recording_id": null,
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Protection",
    "release_id": "07832b54-8266-47d5-bb0e-62c7f2cf5da5",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1995-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}