Information about plays

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

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

{
    "id": 444994,
    "uri": "https://api.kexp.org/v2/plays/444994/?format=api",
    "airdate": "2001-07-14T05:34:17-07:00",
    "show": 7509,
    "show_uri": "https://api.kexp.org/v2/shows/7509/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61skk9AbGZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61skk9AbGZL._SL75_.jpg",
    "song": "Aphrodesiac Jacket",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cult",
    "artist_ids": [
        "8846e4ff-0c19-4af2-872b-7a8dc7497f68"
    ],
    "album": "Electric",
    "release_id": "d97005b8-435c-48ad-84dc-c352558be96e",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}