Information about plays

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

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

{
    "id": 455408,
    "uri": "https://api.kexp.org/v2/plays/455408/?format=api",
    "airdate": "2001-08-14T03:28:14-07:00",
    "show": 7711,
    "show_uri": "https://api.kexp.org/v2/shows/7711/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/617CbkYxJJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/617CbkYxJJL._SL75_.jpg",
    "song": "My Favorite Plum",
    "track_id": "ed39fc40-6b52-415b-9eda-bcb340f3b00a",
    "recording_id": null,
    "artist": "Suzanne Vega",
    "artist_ids": [
        "cf119120-7df5-47d7-9dec-49f8837a4e40"
    ],
    "album": "Nine Objects of Desire",
    "release_id": "0144a64b-3fa5-4e81-ae0f-259413d3c4e8",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}