Information about plays

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

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

{
    "id": 1359970,
    "uri": "https://api.kexp.org/v2/plays/1359970/?format=api",
    "airdate": "2008-04-09T03:26:44-07:00",
    "show": 23749,
    "show_uri": "https://api.kexp.org/v2/shows/23749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Invisible Wind",
    "track_id": "7363f2c3-348c-4ddf-834e-9ab94af8f581",
    "recording_id": null,
    "artist": "Arnie Love & the Lovettes",
    "artist_ids": [
        "6d3117fe-f3b8-4980-80b5-de8d2f61f958"
    ],
    "album": "Don't Stop: Recording Tap",
    "release_id": "388d84c9-9189-4ba0-9ae1-b575579f8f1a",
    "release_group_id": null,
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}