Information about plays

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

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

{
    "id": 458562,
    "uri": "https://api.kexp.org/v2/plays/458562/?format=api",
    "airdate": "2001-08-22T23:27:16-07:00",
    "show": 7773,
    "show_uri": "https://api.kexp.org/v2/shows/7773/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Winged Dog",
    "track_id": "5b9e1436-1b15-4cb7-a62e-6d541caa5951",
    "recording_id": null,
    "artist": "Prairie Dog Flesh",
    "artist_ids": [
        "c59e0b8f-9cc0-4001-9c58-7c003c2e6531"
    ],
    "album": "Take the Green Over Red",
    "release_id": "1e3a1e98-ae56-4082-99b4-3864cd53750f",
    "release_group_id": null,
    "labels": [
        "3 Lobed"
    ],
    "label_ids": [],
    "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"
}