Information about plays

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

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

{
    "id": 374768,
    "uri": "https://api.kexp.org/v2/plays/374768/?format=api",
    "airdate": "2019-08-31T06:20:00-07:00",
    "show": 6236,
    "show_uri": "https://api.kexp.org/v2/shows/6236/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful (radio edit)",
    "track_id": "ae17c0a7-28d1-310b-869c-d76dfc2d1f22",
    "recording_id": null,
    "artist": "Snoop Dogg",
    "artist_ids": [],
    "album": "Beautiful",
    "release_id": "b1b51edb-9203-4e87-800e-696905b0cb16",
    "release_group_id": null,
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "2003-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}