Information about plays

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

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

{
    "id": 427158,
    "uri": "https://api.kexp.org/v2/plays/427158/?format=api",
    "airdate": "2001-05-23T07:00:00-07:00",
    "show": 7174,
    "show_uri": "https://api.kexp.org/v2/shows/7174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song Yet To Be Sung",
    "track_id": null,
    "recording_id": null,
    "artist": "Perry Farrell",
    "artist_ids": [
        "11e46b16-2f25-4783-ab32-25250befe84a"
    ],
    "album": "Song Yet to Be Sung (sampler)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}