Information about plays

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

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

{
    "id": 1257198,
    "uri": "https://api.kexp.org/v2/plays/1257198/?format=api",
    "airdate": "2007-07-21T01:01:30-07:00",
    "show": 22015,
    "show_uri": "https://api.kexp.org/v2/shows/22015/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "G.T.R.",
    "track_id": null,
    "recording_id": null,
    "artist": "Monsieur Dubois",
    "artist_ids": [
        "c96f0bd0-2ef9-4256-bd65-79a464559fd9"
    ],
    "album": "Ruff",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Challenge Records"
    ],
    "label_ids": [
        "0b2c8631-4aa4-4952-8bf4-67d23a377803"
    ],
    "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"
}