Information about plays

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

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

{
    "id": 1290573,
    "uri": "https://api.kexp.org/v2/plays/1290573/?format=api",
    "airdate": "2007-10-13T19:16:00-07:00",
    "show": 22580,
    "show_uri": "https://api.kexp.org/v2/shows/22580/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51h5E57D1wL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51h5E57D1wL._SL75_.jpg",
    "song": "Fly Around My Pretty Little Miss",
    "track_id": null,
    "recording_id": null,
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "Ancient Melodies of the Future",
    "release_id": "fd417b02-f15c-43c0-b245-853b8de59ae0",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2001-07-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}