Information about plays

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

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

{
    "id": 350303,
    "uri": "https://api.kexp.org/v2/plays/350303/?format=api",
    "airdate": "2019-07-05T03:43:44-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/6438f90c-f289-48ff-946b-ebcc10800b0c/22126390116-250.jpg",
    "thumbnail_uri": "",
    "song": "Darkhorse",
    "track_id": "037199d4-6789-43a3-8933-8e2ba1ccb8eb",
    "recording_id": null,
    "artist": "Emma Ruth Rundle",
    "artist_ids": [
        "7ba593b9-79d4-4860-92c8-ade2a1ef4551"
    ],
    "album": "On Dark Horses",
    "release_id": "6438f90c-f289-48ff-946b-ebcc10800b0c",
    "release_group_id": null,
    "labels": [
        "Sargent House"
    ],
    "label_ids": [
        "8e3fe8a2-3c49-4ec1-8a1f-c31c2814611f"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}