Information about plays

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

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

{
    "id": 344578,
    "uri": "https://api.kexp.org/v2/plays/344578/?format=api",
    "airdate": "2019-06-22T03:04:00-07:00",
    "show": 5742,
    "show_uri": "https://api.kexp.org/v2/shows/5742/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moon Burn",
    "track_id": "0f8ec7de-fb76-3c5f-a214-d8df995e15a1",
    "recording_id": null,
    "artist": "Moka Only",
    "artist_ids": [
        "373701dd-346b-48ad-b098-c1ffe00f9df7"
    ],
    "album": "Lowdown Suite",
    "release_id": "039cf507-51b1-4d47-b426-1e1bb5a176e9",
    "release_group_id": null,
    "labels": [
        "Battle Axe Records"
    ],
    "label_ids": [
        "999bda6e-b5a8-4747-840b-c2fa0da445ac"
    ],
    "release_date": "2003-06-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}