Information about plays

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

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

{
    "id": 344506,
    "uri": "https://api.kexp.org/v2/plays/344506/?format=api",
    "airdate": "2019-06-21T23:43:00-07:00",
    "show": 5740,
    "show_uri": "https://api.kexp.org/v2/shows/5740/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Two",
    "track_id": "093fc83e-ca64-3a7c-b35a-7da78d4eb5a4",
    "recording_id": null,
    "artist": "Sister Nancy",
    "artist_ids": [
        "73ee98fc-7e8c-465d-b42c-8772ebc53de8"
    ],
    "album": "One, Two...",
    "release_id": "de24b3db-3a90-352c-9230-35df0c4ac2d8",
    "release_group_id": null,
    "labels": [
        "Techniques Records"
    ],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}