Information about plays

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

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

{
    "id": 461977,
    "uri": "https://api.kexp.org/v2/plays/461977/?format=api",
    "airdate": "2001-09-02T01:10:00-07:00",
    "show": 7843,
    "show_uri": "https://api.kexp.org/v2/shows/7843/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kQZNE167L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kQZNE167L._SL75_.jpg",
    "song": "Welcome to the Fold",
    "track_id": "3c78c5b3-3c4d-4fb6-939f-4e5a997a5d5d",
    "recording_id": null,
    "artist": "Filter",
    "artist_ids": [
        "6ae51665-8261-4ae5-883f-1899651ad31b"
    ],
    "album": "Title of Record",
    "release_id": "28ac6aed-78d9-49d0-9ecb-636627287f75",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1999-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}