Information about plays

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

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

{
    "id": 495723,
    "uri": "https://api.kexp.org/v2/plays/495723/?format=api",
    "airdate": "2001-12-11T17:44:00-08:00",
    "show": 8502,
    "show_uri": "https://api.kexp.org/v2/shows/8502/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51clAHbHfcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51clAHbHfcL._SL75_.jpg",
    "song": "Don't Mess With Cupid",
    "track_id": null,
    "recording_id": null,
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "The Dock of the Bay",
    "release_id": "c232794a-3eec-48b1-bb9c-b5c02dc0f360",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1991-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}