Information about plays

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

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

{
    "id": 490005,
    "uri": "https://api.kexp.org/v2/plays/490005/?format=api",
    "airdate": "2001-11-24T16:31:00-08:00",
    "show": 8389,
    "show_uri": "https://api.kexp.org/v2/shows/8389/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Throwing the Election",
    "track_id": null,
    "recording_id": null,
    "artist": "Game Theory",
    "artist_ids": [
        "850ebe74-9084-4398-a5ec-76ab1b3f412d"
    ],
    "album": "2 Steps from the Middle Ages",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "enigma"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}