Information about plays

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

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

{
    "id": 2683314,
    "uri": "https://api.kexp.org/v2/plays/2683314/?format=api",
    "airdate": "2020-01-07T14:11:06.436000-08:00",
    "show": 46314,
    "show_uri": "https://api.kexp.org/v2/shows/46314/?format=api",
    "image_uri": "https://ia801506.us.archive.org/13/items/mbid-a27cd846-0713-4e59-ba0b-7b395c30dfb1/mbid-a27cd846-0713-4e59-ba0b-7b395c30dfb1-24915125654.jpg",
    "thumbnail_uri": "https://ia601506.us.archive.org/13/items/mbid-a27cd846-0713-4e59-ba0b-7b395c30dfb1/mbid-a27cd846-0713-4e59-ba0b-7b395c30dfb1-24915125654_thumb250.jpg",
    "song": "Brasil",
    "track_id": "f202aede-3a8f-45fb-9021-badb8a581a2e",
    "recording_id": null,
    "artist": "EOB",
    "artist_ids": [
        "9ae93352-6da7-4efb-abb2-e43ef51acb25"
    ],
    "album": "Brasil",
    "release_id": "a27cd846-0713-4e59-ba0b-7b395c30dfb1",
    "release_group_id": "b1d1cf46-9dfa-48fa-b329-f72786d7b54d",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2019-12-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first few tour dates have been announced. No Seattle yet, but our fingers are still crossed: http://www.eobmusic.com/#tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}