Information about plays

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

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

{
    "id": 1355026,
    "uri": "https://api.kexp.org/v2/plays/1355026/?format=api",
    "airdate": "2008-03-27T18:44:30-07:00",
    "show": 23666,
    "show_uri": "https://api.kexp.org/v2/shows/23666/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-zYXLD1sL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-zYXLD1sL._SL75_.jpg",
    "song": "Till the End of the World",
    "track_id": "58a5823c-d63e-49ff-aa51-fd57b72aaf14",
    "recording_id": null,
    "artist": "Ernest Tubb",
    "artist_ids": [
        "eefcb39d-afa5-4db0-916c-e6dbe1892e8e"
    ],
    "album": "The Texas Troubadour (disc 1)",
    "release_id": "92da7588-f263-4555-ba20-d0c4aa73ea39",
    "release_group_id": null,
    "labels": [
        "Proper"
    ],
    "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"
}