Information about plays

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

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

{
    "id": 419953,
    "uri": "https://api.kexp.org/v2/plays/419953/?format=api",
    "airdate": "2001-05-01T03:42:51-07:00",
    "show": 7025,
    "show_uri": "https://api.kexp.org/v2/shows/7025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "the Moon",
    "track_id": null,
    "recording_id": null,
    "artist": "The Microphones",
    "artist_ids": [
        "6f2f87e7-3ce9-4f1c-81dd-6f068a78cf26"
    ],
    "album": "the Moon 7\"",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Instatone Brand"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}