Information about plays

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

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

{
    "id": 467527,
    "uri": "https://api.kexp.org/v2/plays/467527/?format=api",
    "airdate": "2001-09-18T18:24:00-07:00",
    "show": 7954,
    "show_uri": "https://api.kexp.org/v2/shows/7954/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5102v5nLCuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5102v5nLCuL._SL75_.jpg",
    "song": "Naïma (feat. Carlos Santana)",
    "track_id": "d13b8980-eba4-4065-886c-453ca8806eea",
    "recording_id": null,
    "artist": "Angélique Kidjo",
    "artist_ids": [
        "80fe34d0-6b4f-4ccd-81c3-281ab37f0451"
    ],
    "album": "Keep on Moving: The Best of Angélique Kidjo",
    "release_id": "70e34551-b3e1-4f47-8eb2-776612d5d44d",
    "release_group_id": null,
    "labels": [
        "Wrasse Records"
    ],
    "label_ids": [
        "3a33c6f4-b06e-4d23-8ebf-ba3d2c9edab3"
    ],
    "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"
}