Information about plays

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

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

{
    "id": 460107,
    "uri": "https://api.kexp.org/v2/plays/460107/?format=api",
    "airdate": "2001-08-27T15:50:46-07:00",
    "show": 7805,
    "show_uri": "https://api.kexp.org/v2/shows/7805/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KCZzZIMnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KCZzZIMnL._SL75_.jpg",
    "song": "I Want to Sing That Rock and Roll",
    "track_id": "4bf4b7a0-3041-41fd-9aed-bec3d816a2a5",
    "recording_id": null,
    "artist": "Gillian Welch and David Rawlings",
    "artist_ids": [
        "4559f7de-a1c1-4786-96c3-f6f1e91a3d8c"
    ],
    "album": "Down From the Mountain: Live Concert Performances by the Artists & Musicians of O Brother, Where Art Thou?",
    "release_id": "7e14a5ee-9165-42de-9d30-999534264586",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2001-07-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}