Information about plays

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

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

{
    "id": 350084,
    "uri": "https://api.kexp.org/v2/plays/350084/?format=api",
    "airdate": "2019-07-04T15:40:08-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/c5578950-43d7-3eef-8faa-4c5e232db5ee/899942160-250.jpg",
    "thumbnail_uri": "",
    "song": "Fight for Your Right",
    "track_id": "203bfaa0-6ffc-3226-bebb-25cc5933561b",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Licensed to Ill",
    "release_id": "c5578950-43d7-3eef-8faa-4c5e232db5ee",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}