Information about plays

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

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

{
    "id": 487723,
    "uri": "https://api.kexp.org/v2/plays/487723/?format=api",
    "airdate": "2001-11-17T21:10:54-08:00",
    "show": 8346,
    "show_uri": "https://api.kexp.org/v2/shows/8346/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Spot",
    "track_id": null,
    "recording_id": null,
    "artist": "Kelis",
    "artist_ids": [
        "1239d1bc-cc09-43e0-bcd0-374f60346138"
    ],
    "album": "Young, Fresh 'n New - b side",
    "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"
}