Information about plays

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

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

{
    "id": 457256,
    "uri": "https://api.kexp.org/v2/plays/457256/?format=api",
    "airdate": "2001-08-19T10:28:00-07:00",
    "show": 7746,
    "show_uri": "https://api.kexp.org/v2/shows/7746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Road Hog",
    "track_id": null,
    "recording_id": null,
    "artist": "C.J. Chenier",
    "artist_ids": [
        "f5133038-c9d7-4fa2-8ec4-a44199571e25"
    ],
    "album": "Step It Up!",
    "release_id": "7d1efcec-1a91-48bc-b151-6c4970ddae76",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}