Information about plays

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

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

{
    "id": 459197,
    "uri": "https://api.kexp.org/v2/plays/459197/?format=api",
    "airdate": "2001-08-24T18:53:20-07:00",
    "show": 7784,
    "show_uri": "https://api.kexp.org/v2/shows/7784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Too Young to Know Better",
    "track_id": "a612b66a-14e1-4e93-9865-2c6291968871",
    "recording_id": null,
    "artist": "The Crank-Tones",
    "artist_ids": [
        "da027bd8-dde0-49b4-bc58-22a1473a687a"
    ],
    "album": "Vibrate With the Crank Tones",
    "release_id": "a02b9228-2620-4cf4-afee-589328430b73",
    "release_group_id": null,
    "labels": [
        "Fuego Records"
    ],
    "label_ids": [
        "18689a8a-3d8b-4fc3-9e4b-e3c5aa32a022"
    ],
    "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"
}