Information about plays

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

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

{
    "id": 373730,
    "uri": "https://api.kexp.org/v2/plays/373730/?format=api",
    "airdate": "2019-08-28T23:04:23-07:00",
    "show": 6222,
    "show_uri": "https://api.kexp.org/v2/shows/6222/?format=api",
    "image_uri": "http://coverartarchive.org/release/2d71439b-d7ad-42a0-b8cb-0d53e4d36e51/9269110098-250.jpg",
    "thumbnail_uri": "",
    "song": "7/4 (Shoreline)",
    "track_id": "46a7b6a0-243e-3b2e-ae94-276149627e1a",
    "recording_id": null,
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "Broken Social Scene",
    "release_id": "2d71439b-d7ad-42a0-b8cb-0d53e4d36e51",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2005-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}