Information about plays

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

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

{
    "id": 461259,
    "uri": "https://api.kexp.org/v2/plays/461259/?format=api",
    "airdate": "2001-08-30T20:12:00-07:00",
    "show": 7828,
    "show_uri": "https://api.kexp.org/v2/shows/7828/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FCC41M7CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FCC41M7CL._SL75_.jpg",
    "song": "Landed In The Mud",
    "track_id": "f8a61258-d690-41c8-91c7-115a0c98b9cd",
    "recording_id": null,
    "artist": "Beaver Nelson",
    "artist_ids": [
        "19b6f913-97e6-4f93-a17d-a9a783f4513b"
    ],
    "album": "The Last Hurrah",
    "release_id": "a29274fe-cb40-4b3d-9a26-eb2da733b646",
    "release_group_id": null,
    "labels": [
        "Freedom"
    ],
    "label_ids": [
        "8756bcfd-0c95-4a7c-8dd3-1e23c57478be"
    ],
    "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"
}