Information about plays

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

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

{
    "id": 353512,
    "uri": "https://api.kexp.org/v2/plays/353512/?format=api",
    "airdate": "2019-07-12T14:56:45-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/1f2f93b4-7b9b-4fef-85fb-20f7439d9fbd/18384607805-250.jpg",
    "thumbnail_uri": "",
    "song": "Plimsoll Punks",
    "track_id": "e84e7a72-e01a-4a79-a4e9-cd74f30e65d2",
    "recording_id": null,
    "artist": "Alvvays",
    "artist_ids": [
        "99450990-b24e-4132-bb68-235f8c3e2564"
    ],
    "album": "Antisocialites",
    "release_id": "1f2f93b4-7b9b-4fef-85fb-20f7439d9fbd",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Find out more about the influences of this Toronto band on the KEXP blog: https://www.kexp.org/read/2018/7/30/molly-rankin-alvvays-talks-influences-inspiration-with-kexp/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}