Information about plays

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

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

{
    "id": 508873,
    "uri": "https://api.kexp.org/v2/plays/508873/?format=api",
    "airdate": "2002-01-19T22:14:07-08:00",
    "show": 8760,
    "show_uri": "https://api.kexp.org/v2/shows/8760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Borracho Cha!",
    "track_id": "ed6c2074-35d6-4fed-9445-9c48f20a91e3",
    "recording_id": null,
    "artist": "Rick Preston",
    "artist_ids": [
        "a9e8e3fa-f81f-4f00-9bfc-1910cbee31d0"
    ],
    "album": "Cha!",
    "release_id": "51b0a097-c011-4e28-a7b7-9d91ba73f384",
    "release_group_id": null,
    "labels": [
        "iViva! Recordings"
    ],
    "label_ids": [
        "04d30381-c05a-4429-9ae4-ae4929cd02a4"
    ],
    "release_date": "2001-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}