Information about plays

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

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

{
    "id": 427579,
    "uri": "https://api.kexp.org/v2/plays/427579/?format=api",
    "airdate": "2001-05-24T11:17:08-07:00",
    "show": 7181,
    "show_uri": "https://api.kexp.org/v2/shows/7181/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VNCS8HWFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VNCS8HWFL._SL75_.jpg",
    "song": "Change My Life",
    "track_id": "5273a893-136b-4d5a-8216-a5bc4f54ac02",
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Love Ways",
    "release_id": "eb4afab3-3377-454b-9ecb-8cf279ed9e6d",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2000-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}