Information about plays

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

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

{
    "id": 1315313,
    "uri": "https://api.kexp.org/v2/plays/1315313/?format=api",
    "airdate": "2007-12-17T16:30:48-08:00",
    "show": 23003,
    "show_uri": "https://api.kexp.org/v2/shows/23003/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Godspeed",
    "track_id": "935eddef-db90-47f8-a4db-2dbbb3059f91",
    "recording_id": null,
    "artist": "The Sugarettes",
    "artist_ids": [
        "08118eb4-6baf-46db-ad52-ab0f919f5f14"
    ],
    "album": "Love And Other Perversities",
    "release_id": "94db8de3-b7c9-40ce-90fe-31c65f8a6bfd",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2007-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}