Information about plays

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

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

{
    "id": 376948,
    "uri": "https://api.kexp.org/v2/plays/376948/?format=api",
    "airdate": "2019-09-05T09:19:01-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Monday At The Beach",
    "track_id": "dfcf937f-7a4c-45d3-a3c4-e59bac510ab9",
    "recording_id": null,
    "artist": "Jeff Rosenstock",
    "artist_ids": [
        "14892f45-a103-44f2-bb18-ee4a20d7876e"
    ],
    "album": "Monday At The Beach",
    "release_id": "21adea89-a50f-42d2-9f2c-315c22f3f400",
    "release_group_id": null,
    "labels": [
        "Quote Unquote Records"
    ],
    "label_ids": [
        "d455e63b-301f-4f7f-b13e-ba53b0f2868d"
    ],
    "release_date": "2019-07-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's Thursday and we're not at a beach, but who cares! Here's this new song, clocking in at only 58 seconds: http://quoteunquoterecords.com/hiiiii/beach.mp3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}