Information about plays

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

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

{
    "id": 441466,
    "uri": "https://api.kexp.org/v2/plays/441466/?format=api",
    "airdate": "2001-07-04T09:56:00-07:00",
    "show": 7447,
    "show_uri": "https://api.kexp.org/v2/shows/7447/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Z5YQHG89L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Z5YQHG89L._SL75_.jpg",
    "song": "La Felicidad",
    "track_id": null,
    "recording_id": null,
    "artist": "Flaco Jiménez",
    "artist_ids": [
        "f3387fe6-63ff-4dcb-95e6-cf14fc13f60b"
    ],
    "album": "Said and Done",
    "release_id": "05d89fb5-ffce-46c5-8bf5-e4a5d0a3d3fa",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}