Information about plays

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

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

{
    "id": 531712,
    "uri": "https://api.kexp.org/v2/plays/531712/?format=api",
    "airdate": "2002-03-27T09:49:00-08:00",
    "show": 9205,
    "show_uri": "https://api.kexp.org/v2/shows/9205/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Good to be on the Road Back Home",
    "track_id": null,
    "recording_id": null,
    "artist": "Cornershop",
    "artist_ids": [
        "92046be7-0927-4835-a4ed-a90416747d53"
    ],
    "album": "When I Was Born For The Seventh Time",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Luaka Bop/Warner Bros"
    ],
    "label_ids": [],
    "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"
}