Information about plays

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

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

{
    "id": 489820,
    "uri": "https://api.kexp.org/v2/plays/489820/?format=api",
    "airdate": "2001-11-24T02:40:00-08:00",
    "show": 8385,
    "show_uri": "https://api.kexp.org/v2/shows/8385/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5132q-soX0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5132q-soX0L._SL75_.jpg",
    "song": "Paranoid",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Paranoid",
    "release_id": "d820f080-845a-4525-8e46-087ce9f8cdda",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "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"
}