Information about plays

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

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

{
    "id": 343725,
    "uri": "https://api.kexp.org/v2/plays/343725/?format=api",
    "airdate": "2019-06-20T02:24:51-07:00",
    "show": 5729,
    "show_uri": "https://api.kexp.org/v2/shows/5729/?format=api",
    "image_uri": "http://coverartarchive.org/release/939aec22-c8a9-3d4f-885b-d82446ad2c3b/4812179030-250.jpg",
    "thumbnail_uri": "",
    "song": "1901",
    "track_id": "b72faa95-b019-3feb-a0ce-64fac10f68ca",
    "recording_id": null,
    "artist": "Phoenix",
    "artist_ids": [
        "8d455809-96b3-4bb6-8829-ea4beb580d35"
    ],
    "album": "Wolfgang Amadeus Phoenix",
    "release_id": "939aec22-c8a9-3d4f-885b-d82446ad2c3b",
    "release_group_id": null,
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2009-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2009: a very good year for music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}