Information about plays

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

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

{
    "id": 345373,
    "uri": "https://api.kexp.org/v2/plays/345373/?format=api",
    "airdate": "2019-06-24T02:09:34-07:00",
    "show": 5760,
    "show_uri": "https://api.kexp.org/v2/shows/5760/?format=api",
    "image_uri": "http://coverartarchive.org/release/82980d05-c543-4c2b-b93a-1f4e3e9276b6/1683599066-250.jpg",
    "thumbnail_uri": "",
    "song": "Shock",
    "track_id": "d2b11b5a-f55d-381f-bbe6-27bcbbb8febb",
    "recording_id": null,
    "artist": "Ana Tijoux",
    "artist_ids": [
        "3ac6b6fc-05e9-456f-a7d8-6ddf69756d3f"
    ],
    "album": "La bala",
    "release_id": "82980d05-c543-4c2b-b93a-1f4e3e9276b6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2012-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}