Information about plays

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

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

{
    "id": 1304930,
    "uri": "https://api.kexp.org/v2/plays/1304930/?format=api",
    "airdate": "2007-11-21T04:45:41-08:00",
    "show": 22828,
    "show_uri": "https://api.kexp.org/v2/shows/22828/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4101Q0HJ97L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4101Q0HJ97L._SL75_.jpg",
    "song": "Funnel of Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Wanda Jackson",
    "artist_ids": [
        "550fbe01-42e9-4006-bcd0-6a1854dceb8f"
    ],
    "album": "Heart Trouble",
    "release_id": "6bfd7d63-d296-4390-9b92-5a94c197d908",
    "release_group_id": null,
    "labels": [
        "CMH Records"
    ],
    "label_ids": [
        "9311b139-862e-476b-95e9-f46de04953de"
    ],
    "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"
}