Information about plays

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

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

{
    "id": 372477,
    "uri": "https://api.kexp.org/v2/plays/372477/?format=api",
    "airdate": "2019-08-26T08:02:23-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down",
    "track_id": "bae735cc-9dab-4d50-9874-f0c1bdd8c787",
    "recording_id": null,
    "artist": "Run the Jewels feat. Joi",
    "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": "For Chris, who's starting a new job today!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}