Information about plays

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

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

{
    "id": 506817,
    "uri": "https://api.kexp.org/v2/plays/506817/?format=api",
    "airdate": "2002-01-14T03:27:00-08:00",
    "show": 8723,
    "show_uri": "https://api.kexp.org/v2/shows/8723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Me and My Chauffeur Blues",
    "track_id": "618a12c6-e0ae-4cfd-9f3c-2e5c8a5bcdcc",
    "recording_id": null,
    "artist": "Memphis Minnie",
    "artist_ids": [
        "ff748426-8873-4725-bdc7-c2b18b510d41"
    ],
    "album": "I Ain't No Bad Gal",
    "release_id": "66612888-dd23-4161-a213-dd9c04ed5d9b",
    "release_group_id": null,
    "labels": [
        "Port"
    ],
    "label_ids": [
        "a1b2af26-e708-485b-ae80-7790d10e4cdb"
    ],
    "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"
}