Information about plays

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

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

{
    "id": 376153,
    "uri": "https://api.kexp.org/v2/plays/376153/?format=api",
    "airdate": "2019-09-03T17:37:13-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Kids (Bumaye)",
    "track_id": "274d15ef-89a8-48af-a605-9120a86f292b",
    "recording_id": null,
    "artist": "Run the Jewels feat. Danny Brown",
    "artist_ids": [
        "a80c5dc5-b12e-4667-9f5a-b568961f3839"
    ],
    "album": "Run the Jewels 3",
    "release_id": "513b534a-8145-4ed1-9c20-d4090105fb3d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}