Information about plays

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

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

{
    "id": 447787,
    "uri": "https://api.kexp.org/v2/plays/447787/?format=api",
    "airdate": "2001-07-23T00:12:00-07:00",
    "show": 7571,
    "show_uri": "https://api.kexp.org/v2/shows/7571/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Many Faces",
    "track_id": "00d6aff9-bb55-4176-916e-9f4c17c1750c",
    "recording_id": null,
    "artist": "The Karnataka College Of Percussion",
    "artist_ids": [
        "23120aad-4687-4352-9f5a-1af812bcac17"
    ],
    "album": "River Yamuna",
    "release_id": "3592ddc6-15db-431a-b712-b8eaf07718c6",
    "release_group_id": null,
    "labels": [
        "music of the world"
    ],
    "label_ids": [
        "fc5b706e-de11-4f9b-b79b-a7400a951c02"
    ],
    "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"
}