Information about plays

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

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

{
    "id": 504589,
    "uri": "https://api.kexp.org/v2/plays/504589/?format=api",
    "airdate": "2002-01-07T11:06:00-08:00",
    "show": 8678,
    "show_uri": "https://api.kexp.org/v2/shows/8678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410JVBMF1XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410JVBMF1XL._SL75_.jpg",
    "song": "Scalp Salad",
    "track_id": "d7bba330-4491-4c12-b27e-803bd3a9ab77",
    "recording_id": null,
    "artist": "The Mermen",
    "artist_ids": [
        "30ca33c0-a703-425a-8d96-599e38732409"
    ],
    "album": "A Glorious Lethal Euphoria",
    "release_id": "cf6b3110-9bd8-4d5b-8161-9fab56300e1d",
    "release_group_id": null,
    "labels": [
        "Toadophile"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}