Information about plays

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

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

{
    "id": 2681184,
    "uri": "https://api.kexp.org/v2/plays/2681184/?format=api",
    "airdate": "2020-01-02T10:02:00-08:00",
    "show": 46276,
    "show_uri": "https://api.kexp.org/v2/shows/46276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Welcome To Our World (Of Merry Music)",
    "track_id": "5d948952-3ddd-3083-8ce2-02fb4a7a4371",
    "recording_id": null,
    "artist": "Mass Production",
    "artist_ids": [
        "edc9db00-195c-4e87-abab-b27f983d7f49"
    ],
    "album": "The Best",
    "release_id": "8c1ab788-7bf3-4226-9def-96f1d97f6565",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to our world and new decade...<i>Shake it out, Shake it loose and Feel the love.</i>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}