Information about plays

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

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

{
    "id": 1273851,
    "uri": "https://api.kexp.org/v2/plays/1273851/?format=api",
    "airdate": "2007-09-01T00:53:25-07:00",
    "show": 22295,
    "show_uri": "https://api.kexp.org/v2/shows/22295/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61GZ5G9A3AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61GZ5G9A3AL._SL75_.jpg",
    "song": "Paradiso",
    "track_id": null,
    "recording_id": null,
    "artist": "Konono Nº1",
    "artist_ids": [
        "5abe0fc1-63d1-4dcd-902a-be4a5a46b90b"
    ],
    "album": "Congotronics",
    "release_id": "da5e59fd-7ee1-4830-966e-18ca94f8ebad",
    "release_group_id": null,
    "labels": [
        "Crammed Discs"
    ],
    "label_ids": [
        "443fa1b0-3960-463f-9016-9845a9754b3e"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}