Information about plays

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

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

{
    "id": 454843,
    "uri": "https://api.kexp.org/v2/plays/454843/?format=api",
    "airdate": "2001-08-12T12:56:15-07:00",
    "show": 7700,
    "show_uri": "https://api.kexp.org/v2/shows/7700/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RVDG70VGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RVDG70VGL._SL75_.jpg",
    "song": "When the Sun Comes Out",
    "track_id": "73c5a52e-6cd6-4c08-a779-defafb9e511f",
    "recording_id": null,
    "artist": "Rahsaan Roland Kirk",
    "artist_ids": [
        "4a1f7fe0-e509-4c4a-9fa1-9cf6c3ca891c"
    ],
    "album": "Talkin Verve: Roots of Acid Jazz",
    "release_id": "a47c3140-75ed-4006-99c3-548c4e0bf754",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}