Information about plays

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

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

{
    "id": 419258,
    "uri": "https://api.kexp.org/v2/plays/419258/?format=api",
    "airdate": "2001-04-28T21:04:17-07:00",
    "show": 7007,
    "show_uri": "https://api.kexp.org/v2/shows/7007/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Story of Muhammed the Mualim",
    "track_id": null,
    "recording_id": null,
    "artist": "Omar Sharif",
    "artist_ids": [],
    "album": "Tales of the Desert",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Caedmon"
    ],
    "label_ids": [
        "834e5504-92cd-4de6-aad9-80047b1e716e"
    ],
    "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"
}