Information about plays

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

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

{
    "id": 2678941,
    "uri": "https://api.kexp.org/v2/plays/2678941/?format=api",
    "airdate": "2019-12-27T22:49:00-08:00",
    "show": 46236,
    "show_uri": "https://api.kexp.org/v2/shows/46236/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Miss Camaraderie",
    "track_id": "abf19b01-ede7-46d6-b61b-fccc8e203742",
    "recording_id": null,
    "artist": "Azealia Banks",
    "artist_ids": [],
    "album": "Broke With Expensive Taste",
    "release_id": "2624d060-628e-4d37-97bd-d6b96c3e8717",
    "release_group_id": null,
    "labels": [
        "Prospect Park"
    ],
    "label_ids": [
        "49c47085-be3a-4826-bbf9-ce2d28df24fd"
    ],
    "release_date": "2014-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}