Information about plays

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

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

{
    "id": 426003,
    "uri": "https://api.kexp.org/v2/plays/426003/?format=api",
    "airdate": "2001-05-19T11:00:00-07:00",
    "show": 7147,
    "show_uri": "https://api.kexp.org/v2/shows/7147/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chucky hark and shark",
    "track_id": null,
    "recording_id": null,
    "artist": "Winston Jarrett",
    "artist_ids": [
        "6399b34c-06d9-43f1-93d2-a655adfd8d0c"
    ],
    "album": "Man of the gheto",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}