Information about plays

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

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

{
    "id": 454729,
    "uri": "https://api.kexp.org/v2/plays/454729/?format=api",
    "airdate": "2001-08-12T01:37:30-07:00",
    "show": 7698,
    "show_uri": "https://api.kexp.org/v2/shows/7698/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21K865MBM9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21K865MBM9L._SL75_.jpg",
    "song": "Road Runner #2",
    "track_id": "d5fccf9e-9df4-4cef-a337-f44027587bf7",
    "recording_id": null,
    "artist": "The Modern Lovers",
    "artist_ids": [
        "535f06f0-7ea2-41a4-a967-743b25558805"
    ],
    "album": "The Original Modern Lovers",
    "release_id": "5b4e7d85-a93f-465c-b195-4895fd54af7a",
    "release_group_id": null,
    "labels": [
        "BOMP Records"
    ],
    "label_ids": [
        "43468682-b489-4e05-841e-f5a6edd9b5d3"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}