Information about plays

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

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

{
    "id": 500233,
    "uri": "https://api.kexp.org/v2/plays/500233/?format=api",
    "airdate": "2001-12-25T10:45:00-08:00",
    "show": 8590,
    "show_uri": "https://api.kexp.org/v2/shows/8590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You're A Mean One, Mr. Grinch",
    "track_id": null,
    "recording_id": null,
    "artist": "Slaid Cleaves",
    "artist_ids": [
        "3f1aee2a-294c-4997-aed9-1c4ba1d984f7"
    ],
    "album": "Holiday Sampler",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Philo"
    ],
    "label_ids": [
        "d476b74d-670d-44ab-be5c-2c17caea20a9"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}