Information about plays

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

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

{
    "id": 1308830,
    "uri": "https://api.kexp.org/v2/plays/1308830/?format=api",
    "airdate": "2007-11-30T23:39:50-08:00",
    "show": 22891,
    "show_uri": "https://api.kexp.org/v2/shows/22891/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WRnn-u3CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WRnn-u3CL._SL75_.jpg",
    "song": "No Woman, No Cry",
    "track_id": null,
    "recording_id": null,
    "artist": "Fugees",
    "artist_ids": [
        "ea321799-9b1d-4e74-a074-a5facf597d82"
    ],
    "album": "The Score",
    "release_id": "6e5cde56-3b71-4f8d-bf41-c1af5635c981",
    "release_group_id": null,
    "labels": [
        "Sony Classical"
    ],
    "label_ids": [
        "10920823-9ed8-45d9-adb3-69fc22475ab0"
    ],
    "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"
}