Information about plays

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

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

{
    "id": 508503,
    "uri": "https://api.kexp.org/v2/plays/508503/?format=api",
    "airdate": "2002-01-18T20:01:00-08:00",
    "show": 8751,
    "show_uri": "https://api.kexp.org/v2/shows/8751/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TDJ5F1VFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TDJ5F1VFL._SL75_.jpg",
    "song": "Interstate Cannonball",
    "track_id": "351b22b9-1dd0-429f-8584-7d5f964810de",
    "recording_id": null,
    "artist": "The Bastard Sons of Johnny Cash",
    "artist_ids": [
        "42ae45dd-a580-4643-a410-aa78c24d2ae1"
    ],
    "album": "Walk Alone",
    "release_id": "e366df4e-6240-4799-a0b0-3a945969fda4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}