Information about plays

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

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

{
    "id": 1416780,
    "uri": "https://api.kexp.org/v2/plays/1416780/?format=api",
    "airdate": "2008-09-01T03:09:00-07:00",
    "show": 24712,
    "show_uri": "https://api.kexp.org/v2/shows/24712/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Last Time",
    "track_id": "eb6aae24-f8b1-403b-a251-40c1c4a48d54",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "More Hot Rocks (Big Hits & Fazed Cookies) (disc 1)",
    "release_id": "db50e9d4-3492-4b42-9512-d02bc4a8233b",
    "release_group_id": null,
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "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"
}