Information about plays

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

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

{
    "id": 1073239,
    "uri": "https://api.kexp.org/v2/plays/1073239/?format=api",
    "airdate": "2006-03-29T15:04:51-08:00",
    "show": 18853,
    "show_uri": "https://api.kexp.org/v2/shows/18853/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515S0A745ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515S0A745ZL._SL75_.jpg",
    "song": "John Saw That Number",
    "track_id": null,
    "recording_id": null,
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "Fox Confessor Brings the Flood",
    "release_id": "24f52930-c7b3-4f5f-8d88-a086fc16bfcb",
    "release_group_id": null,
    "labels": [
        "Anti, Inc."
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}