Information about plays

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

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

{
    "id": 506982,
    "uri": "https://api.kexp.org/v2/plays/506982/?format=api",
    "airdate": "2002-01-14T15:39:00-08:00",
    "show": 8726,
    "show_uri": "https://api.kexp.org/v2/shows/8726/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red River Anger Management Society",
    "track_id": "83886f29-0253-4676-a796-b1c005ce0093",
    "recording_id": null,
    "artist": "Sixteen Deluxe",
    "artist_ids": [
        "13de07a6-450f-4cd0-b5d7-283217bc18c6"
    ],
    "album": "Vision Take Me Make Me Never Forsake Me",
    "release_id": "868aa023-3ca1-469f-8d31-4e6213d993af",
    "release_group_id": null,
    "labels": [
        "Sugar Fix Recordings"
    ],
    "label_ids": [
        "49549cee-2c3a-4724-9887-f54b25c9c798"
    ],
    "release_date": "2000-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}