Information about plays

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

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

{
    "id": 497288,
    "uri": "https://api.kexp.org/v2/plays/497288/?format=api",
    "airdate": "2001-12-16T09:00:00-08:00",
    "show": 8533,
    "show_uri": "https://api.kexp.org/v2/shows/8533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nickle ",
    "track_id": null,
    "recording_id": null,
    "artist": "Otis Clay",
    "artist_ids": [
        "566c5190-cbec-41d0-822d-883f6ac61695"
    ],
    "album": "Soul Man: Live in Japan",
    "release_id": "c06d1b5d-49f6-42e5-b9b3-2f48ab6f22bc",
    "release_group_id": null,
    "labels": [
        "Bullseye"
    ],
    "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"
}