Information about plays

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

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

{
    "id": 350047,
    "uri": "https://api.kexp.org/v2/plays/350047/?format=api",
    "airdate": "2019-07-04T13:30:00-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "National Holiday",
    "track_id": "6ffc247b-4a11-3ded-b084-cc0180cf6567",
    "recording_id": null,
    "artist": "Timbuk 3",
    "artist_ids": [
        "6de4e992-3f69-4616-8c08-74cff57b39b3"
    ],
    "album": "Some of the Best of Timbuk3: Field Guide",
    "release_id": "c47afb17-b7c2-408c-a081-05a97725ad58",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [],
    "release_date": "1992-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}