Information about plays

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

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

{
    "id": 346912,
    "uri": "https://api.kexp.org/v2/plays/346912/?format=api",
    "airdate": "2019-06-27T09:57:17-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "http://coverartarchive.org/release/c68d3548-004a-49f1-a816-40f7b9e91305/22195327958-250.jpg",
    "thumbnail_uri": "",
    "song": "Hutch",
    "track_id": "933940d3-52b5-46b4-8b2d-aca4fa5c2024",
    "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": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}