Information about plays

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

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

{
    "id": 347468,
    "uri": "https://api.kexp.org/v2/plays/347468/?format=api",
    "airdate": "2019-06-28T15:11:12-07:00",
    "show": 5786,
    "show_uri": "https://api.kexp.org/v2/shows/5786/?format=api",
    "image_uri": "http://coverartarchive.org/release/296e29f3-3cce-4eb9-9f4d-a126aab4e545/11403616244-250.jpg",
    "thumbnail_uri": "",
    "song": "Closer",
    "track_id": "d2024b68-4a05-4345-aa0b-4b060855ce9d",
    "recording_id": null,
    "artist": "Tegan and Sara",
    "artist_ids": [
        "d13f0f47-36f9-4661-87fe-2de56f45c649"
    ],
    "album": "Heartthrob",
    "release_id": "296e29f3-3cce-4eb9-9f4d-a126aab4e545",
    "release_group_id": null,
    "labels": [
        "Vapor Records"
    ],
    "label_ids": [
        "dd58c28f-554d-4d76-be30-2d3aab070b3a"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}