Information about plays

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

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

{
    "id": 494911,
    "uri": "https://api.kexp.org/v2/plays/494911/?format=api",
    "airdate": "2001-12-09T09:21:25-08:00",
    "show": 8488,
    "show_uri": "https://api.kexp.org/v2/shows/8488/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Can't Have It All",
    "track_id": "3cea9bf4-025b-4045-8544-245381a4ffbd",
    "recording_id": null,
    "artist": "Sunnyland Slim",
    "artist_ids": [
        "25854cde-8c11-477b-8242-a86de1a4a003"
    ],
    "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"
}