Information about plays

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

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

{
    "id": 500828,
    "uri": "https://api.kexp.org/v2/plays/500828/?format=api",
    "airdate": "2001-12-27T01:09:00-08:00",
    "show": 8600,
    "show_uri": "https://api.kexp.org/v2/shows/8600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "",
    "track_id": null,
    "recording_id": null,
    "artist": "Skylab",
    "artist_ids": [
        "e227302a-edd7-40a2-bb5c-e77a3ec68993"
    ],
    "album": "Skylab #2 1999 Large as Life and Twice as Natural",
    "release_id": "e5251ec7-e716-46c9-9f60-ec45ef8b412e",
    "release_group_id": null,
    "labels": [
        "Eye Q UK"
    ],
    "label_ids": [
        "0e989a66-dd55-4d3b-be0e-3fb1030d7f8c"
    ],
    "release_date": "1999-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}