Information about plays

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

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

{
    "id": 1251788,
    "uri": "https://api.kexp.org/v2/plays/1251788/?format=api",
    "airdate": "2007-07-07T12:41:44-07:00",
    "show": 21924,
    "show_uri": "https://api.kexp.org/v2/shows/21924/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512QWR6ACVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512QWR6ACVL._SL75_.jpg",
    "song": "Lucky Seven Sampson",
    "track_id": "6a48f22f-dd11-479a-9497-655528f33b5b",
    "recording_id": null,
    "artist": "Bob Dorough",
    "artist_ids": [
        "de81eacd-1a5f-4e62-bf97-5fc77af12369"
    ],
    "album": "Schoolhouse Rock: Multiplication Rock",
    "release_id": "6c727e3a-63c7-4b8d-a63a-26248ddc08bd",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}