Information about plays

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

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

{
    "id": 421653,
    "uri": "https://api.kexp.org/v2/plays/421653/?format=api",
    "airdate": "2001-05-06T04:30:00-07:00",
    "show": 7061,
    "show_uri": "https://api.kexp.org/v2/shows/7061/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zbhxHPX9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zbhxHPX9L._SL75_.jpg",
    "song": "A Love Supreme",
    "track_id": "5c8a5ef3-bf3c-4117-9ef0-5db57b68c5a0",
    "recording_id": null,
    "artist": "Alice Coltrane",
    "artist_ids": [
        "d24fc285-7b2f-47da-8ac5-4070b08570b1"
    ],
    "album": "Red Hot on Impulse",
    "release_id": "cdd9d67b-d8c6-4f38-a9d7-21713886c71a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1994-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}