Information about plays

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

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

{
    "id": 371098,
    "uri": "https://api.kexp.org/v2/plays/371098/?format=api",
    "airdate": "2019-08-23T01:00:50-07:00",
    "show": 6182,
    "show_uri": "https://api.kexp.org/v2/shows/6182/?format=api",
    "image_uri": "http://coverartarchive.org/release/7840226d-3e5c-4e26-89db-1122787e8cc7/20610754154-250.jpg",
    "thumbnail_uri": "",
    "song": "Jump Into the Fire",
    "track_id": "976ddde7-4497-37c4-ab91-a8ad8957b8af",
    "recording_id": null,
    "artist": "Harry Nilsson",
    "artist_ids": [
        "e5963d26-01fa-40f5-b200-e0127f410a45"
    ],
    "album": "Nilsson Schmilsson",
    "release_id": "7840226d-3e5c-4e26-89db-1122787e8cc7",
    "release_group_id": null,
    "labels": [
        "BMG Heritage"
    ],
    "label_ids": [
        "1a88e2e9-c496-4b90-bfd4-165e6859bc39"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}