Information about plays

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

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

{
    "id": 426929,
    "uri": "https://api.kexp.org/v2/plays/426929/?format=api",
    "airdate": "2001-05-22T14:21:10-07:00",
    "show": 7169,
    "show_uri": "https://api.kexp.org/v2/shows/7169/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Nj9P5-AeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Nj9P5-AeL._SL75_.jpg",
    "song": "Lover's Lane",
    "track_id": "7fb0a99d-15f6-4b9e-a2b7-7076cd494a0e",
    "recording_id": null,
    "artist": "Duke Levine",
    "artist_ids": [
        "1dfbf097-0ccd-4504-839f-97991132b7f5"
    ],
    "album": "Lava",
    "release_id": "01ab256e-e2eb-4ae6-aef4-454b75d187ed",
    "release_group_id": null,
    "labels": [
        "Daring"
    ],
    "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"
}