Information about plays

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

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

{
    "id": 431050,
    "uri": "https://api.kexp.org/v2/plays/431050/?format=api",
    "airdate": "2001-06-03T23:08:34-07:00",
    "show": 7250,
    "show_uri": "https://api.kexp.org/v2/shows/7250/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41aT3tS5IKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41aT3tS5IKL._SL75_.jpg",
    "song": "I Recall (There I Am)",
    "track_id": "e3d7800f-b665-4c94-a8e7-d46b7d0a1237",
    "recording_id": null,
    "artist": "Carl Hancock Rux",
    "artist_ids": [
        "46b308e8-3485-4f25-ae0e-1104ac2b7c37"
    ],
    "album": "Rux Revue",
    "release_id": "6ffdeb68-1b80-4a41-a7bf-48ab1fbb4b40",
    "release_group_id": null,
    "labels": [
        "550 Music"
    ],
    "label_ids": [
        "65f85c42-92a0-489c-a921-d804acba29b1"
    ],
    "release_date": "1999-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}