Information about plays

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

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

{
    "id": 453592,
    "uri": "https://api.kexp.org/v2/plays/453592/?format=api",
    "airdate": "2001-08-08T19:07:03-07:00",
    "show": 7675,
    "show_uri": "https://api.kexp.org/v2/shows/7675/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41p6WdjVKjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41p6WdjVKjL._SL75_.jpg",
    "song": "That's the Way Love Is",
    "track_id": "cb8c440e-7f7b-4e2a-bf8c-2641a2cc9941",
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "The Very Best of Marvin Gaye",
    "release_id": "bea2e0e3-ce73-4ab3-a158-9a6ee80419f5",
    "release_group_id": null,
    "labels": [
        "UTV"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}