Information about plays

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

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

{
    "id": 2683085,
    "uri": "https://api.kexp.org/v2/plays/2683085/?format=api",
    "airdate": "2020-01-07T03:03:00-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Faithful Servant Friend of Christ",
    "track_id": "b429c319-040d-4af2-bada-874463bd0379",
    "recording_id": null,
    "artist": "Lingua Ignota",
    "artist_ids": [
        "5d12543f-4b37-4e6f-adb1-0e38f23e04b3"
    ],
    "album": "Caligula",
    "release_id": "1c763181-f440-4c90-822a-ffa33aa0fff8",
    "release_group_id": null,
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [],
    "release_date": "2019-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Guardian interview: \"Lingua Ignota, AKA Kristin Hayter, is a survivor of abuse who calls her hybrids of folk, spiritual, industrial and metal music 'survivor anthems'\": https://bit.ly/36vnR1v",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}