Information about plays

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

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

{
    "id": 1275718,
    "uri": "https://api.kexp.org/v2/plays/1275718/?format=api",
    "airdate": "2007-09-05T20:32:00-07:00",
    "show": 22328,
    "show_uri": "https://api.kexp.org/v2/shows/22328/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "People Got To Be Free",
    "track_id": null,
    "recording_id": null,
    "artist": "Dionne Warwick",
    "artist_ids": [
        "6784ee31-6d79-4a37-9e1f-01d6ef31940e"
    ],
    "album": "Soulful",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Scepter"
    ],
    "label_ids": [
        "88799151-84e5-453e-b895-06535b3c8f34"
    ],
    "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"
}