Information about plays

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

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

{
    "id": 1387618,
    "uri": "https://api.kexp.org/v2/plays/1387618/?format=api",
    "airdate": "2008-06-19T19:25:00-07:00",
    "show": 24222,
    "show_uri": "https://api.kexp.org/v2/shows/24222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All the World Is Lonely Now",
    "track_id": null,
    "recording_id": null,
    "artist": "Cal Smith",
    "artist_ids": [
        "320b4732-22ab-41f8-b566-b05bd4ede17f"
    ],
    "album": "All the World Is Lonely Now",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kapp"
    ],
    "label_ids": [
        "a181d9a4-7b62-4b40-9bad-5cb6d2e6ec91"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}