Information about plays

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

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

{
    "id": 530349,
    "uri": "https://api.kexp.org/v2/plays/530349/?format=api",
    "airdate": "2002-03-23T12:58:13-08:00",
    "show": 9178,
    "show_uri": "https://api.kexp.org/v2/shows/9178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "chittlin cooking' time in cheatham county",
    "track_id": null,
    "recording_id": null,
    "artist": "the dickle brothers",
    "artist_ids": [],
    "album": "volume one",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "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"
}