Information about plays

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

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

{
    "id": 414342,
    "uri": "https://api.kexp.org/v2/plays/414342/?format=api",
    "airdate": "2001-01-01T02:24:55-08:00",
    "show": 6902,
    "show_uri": "https://api.kexp.org/v2/shows/6902/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51V6iqwu5fL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51V6iqwu5fL._SL75_.jpg",
    "song": "Return the Favour",
    "track_id": null,
    "recording_id": null,
    "artist": "The Hives",
    "artist_ids": [
        "487bfd74-71bf-46dd-b89c-80b7a0f06f2f"
    ],
    "album": "The Black and White Album",
    "release_id": "3f42eb42-4c79-400d-afa5-10de47311071",
    "release_group_id": null,
    "labels": [
        "Universal Music Brasil"
    ],
    "label_ids": [
        "5f92caa2-4ada-4cee-9f55-0e53cc183088"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}