Information about plays

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

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

{
    "id": 1303520,
    "uri": "https://api.kexp.org/v2/plays/1303520/?format=api",
    "airdate": "2007-11-17T12:23:43-08:00",
    "show": 22803,
    "show_uri": "https://api.kexp.org/v2/shows/22803/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Om Namah Shiva",
    "track_id": "775d98e0-4ba2-44db-88a8-c61bd3b323d9",
    "recording_id": null,
    "artist": "Jah Wobble",
    "artist_ids": [
        "904cc1c8-021e-45ac-bbe9-95c01a1f8099"
    ],
    "album": "Heaven & Earth",
    "release_id": "c2043694-4b4e-4ea1-9685-b533aef0ee1f",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "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"
}