Information about plays

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

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

{
    "id": 379327,
    "uri": "https://api.kexp.org/v2/plays/379327/?format=api",
    "airdate": "2019-09-10T23:28:15-07:00",
    "show": 6314,
    "show_uri": "https://api.kexp.org/v2/shows/6314/?format=api",
    "image_uri": "http://coverartarchive.org/release/cfb14a9a-e063-4beb-8a2c-08e1e74261fe/2846775424-250.jpg",
    "thumbnail_uri": "",
    "song": "One Way or Another",
    "track_id": "bfa2a67d-6073-3f5a-8970-6cf8ad442a79",
    "recording_id": null,
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Parallel Lines",
    "release_id": "cfb14a9a-e063-4beb-8a2c-08e1e74261fe",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}