Information about plays

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

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

{
    "id": 419500,
    "uri": "https://api.kexp.org/v2/plays/419500/?format=api",
    "airdate": "2001-04-29T18:36:00-07:00",
    "show": 7014,
    "show_uri": "https://api.kexp.org/v2/shows/7014/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Show You",
    "track_id": "249b29ff-a0c8-4575-a82f-a8ee6e3fac97",
    "recording_id": null,
    "artist": "Chill Rob G",
    "artist_ids": [
        "bc54e3dd-4519-4886-9b82-845cbcd674d5"
    ],
    "album": "Ride the Rhythm",
    "release_id": "d6139aa2-c809-4bc6-960b-ef57ba9b24cf",
    "release_group_id": null,
    "labels": [
        "Wild Pitch"
    ],
    "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"
}