Information about plays

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

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

{
    "id": 381058,
    "uri": "https://api.kexp.org/v2/plays/381058/?format=api",
    "airdate": "2019-09-15T03:47:16-07:00",
    "show": 6343,
    "show_uri": "https://api.kexp.org/v2/shows/6343/?format=api",
    "image_uri": "http://coverartarchive.org/release/b5bf07c8-5fbb-4a63-a017-176292eaf814/23595183558-250.jpg",
    "thumbnail_uri": "",
    "song": "Bankrolls",
    "track_id": "9c83f517-2f64-4c09-abef-201bb67db41d",
    "recording_id": null,
    "artist": "Baltra",
    "artist_ids": [
        "38b71a79-51c6-4547-80c4-4bf0afe6cc4a"
    ],
    "album": "Ted",
    "release_id": "b5bf07c8-5fbb-4a63-a017-176292eaf814",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}