Information about plays

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

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

{
    "id": 347214,
    "uri": "https://api.kexp.org/v2/plays/347214/?format=api",
    "airdate": "2019-06-28T00:12:29-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DNT STP MY LV",
    "track_id": "94eb7104-0d81-48aa-8896-aa87cd14a2af",
    "recording_id": null,
    "artist": "India Jordan",
    "artist_ids": [
        "7a95cc33-3541-4269-8e2f-42453d69b7a9"
    ],
    "album": "DNT STP MY LV",
    "release_id": "6f4ec33e-dc88-4c9c-b208-b658633a6e27",
    "release_group_id": null,
    "labels": [
        "Local Action"
    ],
    "label_ids": [
        "01e07ead-9ad5-45b2-8898-4f09b7e68512"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London, UK https://indiajordan.bandcamp.com/releases",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}