Information about plays

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

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

{
    "id": 347991,
    "uri": "https://api.kexp.org/v2/plays/347991/?format=api",
    "airdate": "2019-06-29T22:23:00-07:00",
    "show": 5798,
    "show_uri": "https://api.kexp.org/v2/shows/5798/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crash",
    "track_id": "6bc130d1-dfab-4748-8768-c36270483477",
    "recording_id": null,
    "artist": "Low Life",
    "artist_ids": [
        "528b20cd-5ad1-48ed-a1ca-09d7cc14eeb2"
    ],
    "album": "Downer Edn",
    "release_id": "1d7b2fe3-9b21-4c91-a427-7263515ee94a",
    "release_group_id": null,
    "labels": [
        "Goner Records"
    ],
    "label_ids": [
        "5f34cb71-a278-447e-be19-1d068d3e74ca"
    ],
    "release_date": "2019-03-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}