Information about plays

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

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

{
    "id": 487842,
    "uri": "https://api.kexp.org/v2/plays/487842/?format=api",
    "airdate": "2001-11-18T10:12:51-08:00",
    "show": 8349,
    "show_uri": "https://api.kexp.org/v2/shows/8349/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Let Me Catch You (With Your Drawers Down)",
    "track_id": "dc2919e3-7d5e-48ed-a4cf-048a7c0078aa",
    "recording_id": null,
    "artist": "Koko Taylor",
    "artist_ids": [
        "9ebffe22-c6e0-49bc-a6c2-f79a97bc38b3"
    ],
    "album": "Get The Blues!",
    "release_id": "36c793a6-f1d7-49e0-aac1-13ba1ae8e5c5",
    "release_group_id": null,
    "labels": [
        "NARM"
    ],
    "label_ids": [],
    "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"
}