Information about plays

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

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

{
    "id": 453480,
    "uri": "https://api.kexp.org/v2/plays/453480/?format=api",
    "airdate": "2001-08-08T12:28:00-07:00",
    "show": 7673,
    "show_uri": "https://api.kexp.org/v2/shows/7673/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51D75zH3DjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51D75zH3DjL._SL75_.jpg",
    "song": "A Message to You Rudy",
    "track_id": null,
    "recording_id": null,
    "artist": "The Specials",
    "artist_ids": [
        "07eb40a2-2914-439c-a01d-15a685b84ddf"
    ],
    "album": "Specials",
    "release_id": "e65ccedc-58ab-41a5-9876-329b62908093",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}