Information about plays

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

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

{
    "id": 414346,
    "uri": "https://api.kexp.org/v2/plays/414346/?format=api",
    "airdate": "2001-01-01T02:35:42-08:00",
    "show": 6902,
    "show_uri": "https://api.kexp.org/v2/shows/6902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Light It Off",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cops",
    "artist_ids": [
        "4035f854-00f1-43c7-b90b-41b0b541f8ee"
    ],
    "album": "Free Electricity",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "The Control Group"
    ],
    "label_ids": [
        "285c66f9-f711-4d13-a071-754e08bba631"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}