Information about plays

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

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

{
    "id": 2676561,
    "uri": "https://api.kexp.org/v2/plays/2676561/?format=api",
    "airdate": "2019-12-22T01:05:00-08:00",
    "show": 46197,
    "show_uri": "https://api.kexp.org/v2/shows/46197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nightstalker",
    "track_id": "16bb3561-ac1c-43bb-abcd-a17f4df979c0",
    "recording_id": null,
    "artist": "Sölicitör",
    "artist_ids": [
        "b1c404bb-077a-4e2a-adef-562b87f2fe5d"
    ],
    "album": "Sölicitör",
    "release_id": "1abe90fb-d669-4edc-bae8-e993aa0e0cce",
    "release_group_id": null,
    "labels": [
        "Swords and Chains Records"
    ],
    "label_ids": [],
    "release_date": "2019-05-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Solicitor will be performing at The Highline on Saturday, December 28th with Fucked and Bound and Nox Novacula; https://www.facebook.com/solicitor.speedmetal/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}