Information about plays

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

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

{
    "id": 351425,
    "uri": "https://api.kexp.org/v2/plays/351425/?format=api",
    "airdate": "2019-07-07T19:27:00-07:00",
    "show": 5856,
    "show_uri": "https://api.kexp.org/v2/shows/5856/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What's Wrong With Groovin'",
    "track_id": "0f148a81-876f-40c9-ba15-1500a6264c90",
    "recording_id": null,
    "artist": "Letta Mbulu",
    "artist_ids": [
        "9f7483cf-d8aa-45ce-b90c-da2e359a7815"
    ],
    "album": "What's Wrong With Groovin'",
    "release_id": "fbd102df-0b53-41a1-98e7-b288e6398450",
    "release_group_id": null,
    "labels": [
        "Random Records"
    ],
    "label_ids": [
        "fcfcc783-e1fc-468e-b73b-a4a13da1e96e"
    ],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}