Information about plays

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

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

{
    "id": 370583,
    "uri": "https://api.kexp.org/v2/plays/370583/?format=api",
    "airdate": "2019-08-21T22:08:12-07:00",
    "show": 6175,
    "show_uri": "https://api.kexp.org/v2/shows/6175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We’re Through",
    "track_id": "2ad98bfa-4838-3adb-bdef-856538fcee25",
    "recording_id": null,
    "artist": "James Pants",
    "artist_ids": [
        "4e40b975-270b-4f97-b295-8db157f06a77"
    ],
    "album": "Welcome",
    "release_id": "3beeb1e9-4307-4d28-a13c-77c1365090bc",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2008-05-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}