Information about plays

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

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

{
    "id": 371306,
    "uri": "https://api.kexp.org/v2/plays/371306/?format=api",
    "airdate": "2019-08-23T13:49:10-07:00",
    "show": 6184,
    "show_uri": "https://api.kexp.org/v2/shows/6184/?format=api",
    "image_uri": "http://coverartarchive.org/release/f21a3106-6d87-45b0-9959-508517769956/7947364124-250.jpg",
    "thumbnail_uri": "",
    "song": "Friday I’m in Love",
    "track_id": "d0c2ff7c-c934-3d30-9b1e-ea12c58d4cf4",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Show",
    "release_id": "f21a3106-6d87-45b0-9959-508517769956",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}