Information about plays

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

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

{
    "id": 534613,
    "uri": "https://api.kexp.org/v2/plays/534613/?format=api",
    "airdate": "2002-04-04T15:30:28-08:00",
    "show": 9261,
    "show_uri": "https://api.kexp.org/v2/shows/9261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Behind the Smile",
    "track_id": null,
    "recording_id": null,
    "artist": "Matthew Sweet",
    "artist_ids": [
        "3fbcd2d3-3d78-470f-9e47-8f4d66da2474"
    ],
    "album": "Time Capsule: the Best of Matthew Sweet 1990-2000",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Volcano"
    ],
    "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"
}