Information about plays

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

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

{
    "id": 481369,
    "uri": "https://api.kexp.org/v2/plays/481369/?format=api",
    "airdate": "2001-10-29T08:52:00-08:00",
    "show": 8218,
    "show_uri": "https://api.kexp.org/v2/shows/8218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For Science",
    "track_id": "c52b3ee1-ab9c-462f-8e50-f418fd87c7b8",
    "recording_id": null,
    "artist": "Closed Caption Radio",
    "artist_ids": [
        "09322fe1-9457-4ffd-932f-f60dc72add19"
    ],
    "album": "Slang X Generator",
    "release_id": "28cc7772-5142-4d84-ae25-05260e7c0979",
    "release_group_id": null,
    "labels": [
        "Brickyard"
    ],
    "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"
}