Information about plays

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

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

{
    "id": 1403547,
    "uri": "https://api.kexp.org/v2/plays/1403547/?format=api",
    "airdate": "2008-07-30T01:30:38-07:00",
    "show": 24490,
    "show_uri": "https://api.kexp.org/v2/shows/24490/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Rank3FmmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Rank3FmmL._SL75_.jpg",
    "song": "Satchel Paige Said",
    "track_id": "98df4c90-ee95-4e06-9833-fdf6d083ffdd",
    "recording_id": null,
    "artist": "The Baseball Project",
    "artist_ids": [
        "fbc4d88b-ee30-4cb8-b102-37826d88206b"
    ],
    "album": "Volume 1: Frozen Ropes and Dying Quails",
    "release_id": "41f31cea-5808-4a99-b399-b74acbfea2a1",
    "release_group_id": null,
    "labels": [
        "Redeye Distribution"
    ],
    "label_ids": [
        "45cdb379-4f4d-41ee-860c-db6e395a2c75"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}