Information about plays

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

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

{
    "id": 351708,
    "uri": "https://api.kexp.org/v2/plays/351708/?format=api",
    "airdate": "2019-07-08T12:52:43-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "http://coverartarchive.org/release/c68d3548-004a-49f1-a816-40f7b9e91305/22195327958-250.jpg",
    "thumbnail_uri": "",
    "song": "Clovers",
    "track_id": "2318a755-78de-4f28-af20-8f23d45e6578",
    "recording_id": null,
    "artist": "Barrie",
    "artist_ids": [
        "10ad0e36-3ac3-4f7f-a48c-4dd91a26ed6b"
    ],
    "album": "Happy to Be Here",
    "release_id": "c68d3548-004a-49f1-a816-40f7b9e91305",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}