Information about plays

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

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

{
    "id": 369399,
    "uri": "https://api.kexp.org/v2/plays/369399/?format=api",
    "airdate": "2019-08-19T08:50:38-07:00",
    "show": 6159,
    "show_uri": "https://api.kexp.org/v2/shows/6159/?format=api",
    "image_uri": "http://coverartarchive.org/release/ed82b5b9-9b07-4e34-bfc2-0e8ce12fcb36/9248913091-250.jpg",
    "thumbnail_uri": "",
    "song": "We Got It Wrong",
    "track_id": "466b5467-de9c-4b95-8d9e-4a7e0a6ec559",
    "recording_id": null,
    "artist": "St. Lucia",
    "artist_ids": [
        "d996eadd-029d-4478-aa4b-fc9446653548"
    ],
    "album": "When the Night",
    "release_id": "ed82b5b9-9b07-4e34-bfc2-0e8ce12fcb36",
    "release_group_id": null,
    "labels": [
        "Neon Gold"
    ],
    "label_ids": [
        "813cd12c-d731-4e33-9169-3841336b24c0"
    ],
    "release_date": "2013-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://www.stlucianewyork.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}