Information about plays

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

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

{
    "id": 494876,
    "uri": "https://api.kexp.org/v2/plays/494876/?format=api",
    "airdate": "2001-12-09T03:56:00-08:00",
    "show": 8486,
    "show_uri": "https://api.kexp.org/v2/shows/8486/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Country Woman",
    "track_id": "a3cf94c4-b4ab-4575-9b11-768947b4805c",
    "recording_id": null,
    "artist": "Kid Ramos",
    "artist_ids": [
        "9132c80f-8cda-464d-9c64-93c77d934179"
    ],
    "album": "Greasy Kid Stuff",
    "release_id": "d2b63d66-ea83-4754-82b5-f8ca56847d2c",
    "release_group_id": null,
    "labels": [
        "Evidnce"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}