Information about plays

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

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

{
    "id": 506288,
    "uri": "https://api.kexp.org/v2/plays/506288/?format=api",
    "airdate": "2002-01-12T11:38:00-08:00",
    "show": 8708,
    "show_uri": "https://api.kexp.org/v2/shows/8708/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Test Me",
    "track_id": "2b38ef2e-c9cf-4df1-ad27-5778b310943a",
    "recording_id": null,
    "artist": "Mr. Easy",
    "artist_ids": [
        "9602602f-37a7-4c7b-8ebc-a2960054e54a"
    ],
    "album": "The Buzz",
    "release_id": "5aa71356-10d7-4f67-a5f9-132e1b89bbe7",
    "release_group_id": null,
    "labels": [
        "Black Shadow"
    ],
    "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"
}