Information about plays

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

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

{
    "id": 428369,
    "uri": "https://api.kexp.org/v2/plays/428369/?format=api",
    "airdate": "2001-05-26T15:10:00-07:00",
    "show": 7195,
    "show_uri": "https://api.kexp.org/v2/shows/7195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down With the King",
    "track_id": "192741e8-940e-4cc9-b2a2-498c27f0c717",
    "recording_id": null,
    "artist": "Run‐D.M.C.",
    "artist_ids": [
        "5ecc3f72-20a6-47a0-8dc5-fb0b3dadeea0"
    ],
    "album": "Spotlight on Hits!: Pop, Volume 12",
    "release_id": "35c0f3f0-6ddf-4fcd-aa91-3ef3c4c83424",
    "release_group_id": null,
    "labels": [
        "Profile"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}