Information about plays

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

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

{
    "id": 531481,
    "uri": "https://api.kexp.org/v2/plays/531481/?format=api",
    "airdate": "2002-03-26T21:13:16-08:00",
    "show": 9203,
    "show_uri": "https://api.kexp.org/v2/shows/9203/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WBG4KNS1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WBG4KNS1L._SL75_.jpg",
    "song": "Glove Puppet",
    "track_id": "c29f907b-7cb5-4db1-816e-538d302d7a61",
    "recording_id": null,
    "artist": "Banco de Gaia",
    "artist_ids": [
        "70cc316b-37a3-4174-bdc0-f546b3b3d03c"
    ],
    "album": "The Magical Sounds of Banco de Gaia",
    "release_id": "95d44a95-7571-404a-9397-3ed998500760",
    "release_group_id": null,
    "labels": [
        "6 Degrees"
    ],
    "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"
}