Information about plays

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

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

{
    "id": 347141,
    "uri": "https://api.kexp.org/v2/plays/347141/?format=api",
    "airdate": "2019-06-27T20:18:47-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "http://coverartarchive.org/release/89486102-b3f3-40f1-b3e4-a9aa5198278d/18707715663-250.jpg",
    "thumbnail_uri": "",
    "song": "Every Time I Hear That Song",
    "track_id": "f86c442e-47a1-4760-a25e-918070f474c6",
    "recording_id": null,
    "artist": "Brandi Carlile",
    "artist_ids": [
        "baf05baf-69fb-47dd-93c2-033536b8c385"
    ],
    "album": "By the Way, I Forgive You",
    "release_id": "89486102-b3f3-40f1-b3e4-a9aa5198278d",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2018-02-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}