Information about plays

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

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

{
    "id": 427720,
    "uri": "https://api.kexp.org/v2/plays/427720/?format=api",
    "airdate": "2001-05-24T19:45:42-07:00",
    "show": 7183,
    "show_uri": "https://api.kexp.org/v2/shows/7183/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xkSrMlUcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xkSrMlUcL._SL75_.jpg",
    "song": "Don't Toss Us Away",
    "track_id": "028fcec9-8ad2-42f7-9cfd-575fb09fed64",
    "recording_id": null,
    "artist": "Lone Justice",
    "artist_ids": [
        "778b34b7-736f-45d1-9486-2c9545ea6daa"
    ],
    "album": "Lone Justice",
    "release_id": "31e96b19-43f4-41b2-95b7-872a0103d353",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}