Information about plays

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

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

{
    "id": 464644,
    "uri": "https://api.kexp.org/v2/plays/464644/?format=api",
    "airdate": "2001-09-10T04:35:00-07:00",
    "show": 7895,
    "show_uri": "https://api.kexp.org/v2/shows/7895/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vpP5ZUpdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vpP5ZUpdL._SL75_.jpg",
    "song": "the Baptism Of Jessie Taylor",
    "track_id": null,
    "recording_id": null,
    "artist": "Tanya Tucker",
    "artist_ids": [
        "45677914-89de-4267-aeae-8c1661b2c859"
    ],
    "album": "Would You Lay With Me (in a Field of Stone)",
    "release_id": "daea73c6-39e8-49f6-9667-dffd5cf6bc1d",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1973-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}