Information about plays

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

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

{
    "id": 502251,
    "uri": "https://api.kexp.org/v2/plays/502251/?format=api",
    "airdate": "2001-12-31T11:00:00-08:00",
    "show": 8631,
    "show_uri": "https://api.kexp.org/v2/shows/8631/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41R1Y4B0N1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41R1Y4B0N1L._SL75_.jpg",
    "song": "Gene Autry",
    "track_id": null,
    "recording_id": null,
    "artist": "Beulah",
    "artist_ids": [
        "e9aca1a3-836a-4e5e-b8d4-56d20c60af5f"
    ],
    "album": "The Coast Is Never Clear",
    "release_id": "e1e7d84c-060f-424c-8666-4a9f104e95ba",
    "release_group_id": null,
    "labels": [
        "Velcoette"
    ],
    "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"
}