Information about plays

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

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

{
    "id": 343298,
    "uri": "https://api.kexp.org/v2/plays/343298/?format=api",
    "airdate": "2019-06-19T04:13:00-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jet Black",
    "track_id": "be3ae1eb-cc53-48f9-b649-8c646b6b67ac",
    "recording_id": null,
    "artist": "Channel Tres",
    "artist_ids": [
        "a9d53ca9-6c28-4be9-ab10-6c936a11d70b"
    ],
    "album": "Channel Tres",
    "release_id": "d1834939-e6f3-4d00-b153-f61816ff075f",
    "release_group_id": null,
    "labels": [
        "Godmode"
    ],
    "label_ids": [],
    "release_date": "2018-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soundcloud.com/channeltres",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}