Information about plays

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

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

{
    "id": 532485,
    "uri": "https://api.kexp.org/v2/plays/532485/?format=api",
    "airdate": "2002-03-29T08:35:10-08:00",
    "show": 9217,
    "show_uri": "https://api.kexp.org/v2/shows/9217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W14P611EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W14P611EL._SL75_.jpg",
    "song": "Algebra",
    "track_id": "db74d0e6-ed70-434e-9653-250c62d8b6ce",
    "recording_id": null,
    "artist": "Soul Hooligan",
    "artist_ids": [
        "00f45b95-93d2-498b-9fe0-3e01612bfd32"
    ],
    "album": "Music Like Dirt",
    "release_id": "2879ec46-6911-4e00-8d81-5881b50f0a12",
    "release_group_id": null,
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "2002-05-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}