Information about plays

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

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

{
    "id": 441992,
    "uri": "https://api.kexp.org/v2/plays/441992/?format=api",
    "airdate": "2001-07-05T19:10:54-07:00",
    "show": 7456,
    "show_uri": "https://api.kexp.org/v2/shows/7456/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/44292",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/44293",
    "song": "Memphis Blues",
    "track_id": "3cebee86-ab93-46a1-9636-804016296131",
    "recording_id": null,
    "artist": "Chet Atkins",
    "artist_ids": [
        "5810667a-9db6-4fd0-abac-667cdac5d415"
    ],
    "album": "Finger-Style Guitar / Stringin' Along With Chet Atkins",
    "release_id": "2b110169-c12a-4bbe-af28-dfec422b85d2",
    "release_group_id": null,
    "labels": [
        "RCA LP"
    ],
    "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"
}