Information about plays

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

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

{
    "id": 448808,
    "uri": "https://api.kexp.org/v2/plays/448808/?format=api",
    "airdate": "2001-07-25T19:43:20-07:00",
    "show": 7587,
    "show_uri": "https://api.kexp.org/v2/shows/7587/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SKnHL0LcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SKnHL0LcL._SL75_.jpg",
    "song": "Shaking Hands (Soldier's Joy)",
    "track_id": "6a420682-b4f9-42ee-852c-c616c3ee2c60",
    "recording_id": null,
    "artist": "Michelle Shocked",
    "artist_ids": [
        "e2f41b6e-7045-44e8-86bf-deee758532e2"
    ],
    "album": "Arkansas Traveler",
    "release_id": "03d3abc5-3a83-4fba-9ec3-cea4a3bcde53",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}