Information about plays

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

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

{
    "id": 469067,
    "uri": "https://api.kexp.org/v2/plays/469067/?format=api",
    "airdate": "2001-09-23T09:47:08-07:00",
    "show": 7983,
    "show_uri": "https://api.kexp.org/v2/shows/7983/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FS1FQTGKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FS1FQTGKL._SL75_.jpg",
    "song": "That'll Work",
    "track_id": "b7281f02-2122-449c-9a5d-e889989e7bf4",
    "recording_id": null,
    "artist": "Johnnie Johnson",
    "artist_ids": [
        "cc3a163c-b3dd-4913-bccc-92ad47309088"
    ],
    "album": "That'll Work",
    "release_id": "342e96cb-38b0-4ce8-ae90-89147dc7d0fa",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "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"
}