Information about plays

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

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

{
    "id": 370564,
    "uri": "https://api.kexp.org/v2/plays/370564/?format=api",
    "airdate": "2019-08-21T21:07:29-07:00",
    "show": 6175,
    "show_uri": "https://api.kexp.org/v2/shows/6175/?format=api",
    "image_uri": "http://coverartarchive.org/release/ffba7982-1802-4d38-bf67-4d8919ac4b3d/21072028549-250.jpg",
    "thumbnail_uri": "",
    "song": "Redemption Song",
    "track_id": "65098f7f-78c7-4981-9a1f-f46b53087cff",
    "recording_id": null,
    "artist": "Johnny Cash & Joe Strummer",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Joe Strummer 001",
    "release_id": "ffba7982-1802-4d38-bf67-4d8919ac4b3d",
    "release_group_id": null,
    "labels": [
        "Ignition Records"
    ],
    "label_ids": [
        "309d5e6b-8a40-4789-a650-4aeeaeda32cb"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}