Information about plays

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

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

{
    "id": 431758,
    "uri": "https://api.kexp.org/v2/plays/431758/?format=api",
    "airdate": "2001-06-06T01:49:24-07:00",
    "show": 7263,
    "show_uri": "https://api.kexp.org/v2/shows/7263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Real World",
    "track_id": "ee69151f-269b-448c-8035-1c19eba97995",
    "recording_id": null,
    "artist": "Hüsker Dü",
    "artist_ids": [
        "5c4c90a4-539f-4101-83cf-301bc6a94e06"
    ],
    "album": "Do You Remember",
    "release_id": "20ce8b9f-12b0-4c08-8dec-ac14aa2ce0c6",
    "release_group_id": null,
    "labels": [
        "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"
}