Information about plays

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

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

{
    "id": 468867,
    "uri": "https://api.kexp.org/v2/plays/468867/?format=api",
    "airdate": "2001-09-22T14:34:17-07:00",
    "show": 7977,
    "show_uri": "https://api.kexp.org/v2/shows/7977/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41hsS51vpQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41hsS51vpQL._SL75_.jpg",
    "song": "If You Want Me to Stay",
    "track_id": "9e23ae29-b292-4adc-a602-43948fcdb1a7",
    "recording_id": null,
    "artist": "Sly & The Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Fresh",
    "release_id": "3031f97b-ecce-4042-bbfd-2f4ba28d6953",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}