Information about plays

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

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

{
    "id": 351421,
    "uri": "https://api.kexp.org/v2/plays/351421/?format=api",
    "airdate": "2019-07-07T19:10:00-07:00",
    "show": 5856,
    "show_uri": "https://api.kexp.org/v2/shows/5856/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sparrow",
    "track_id": "3aa851e3-7412-3f2a-a1ce-f696c2c336dd",
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Here, My Dear",
    "release_id": "714bafcc-4950-3b2b-a157-1e3adf0cc136",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [],
    "release_date": "1993-11-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}