Information about plays

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

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

{
    "id": 346641,
    "uri": "https://api.kexp.org/v2/plays/346641/?format=api",
    "airdate": "2019-06-26T18:30:00-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Again Blues",
    "track_id": "3e063eca-2921-406d-b58d-41df288250fa",
    "recording_id": null,
    "artist": "Leyla McCalla",
    "artist_ids": [
        "dda5815a-fd69-4c18-81f0-f11dcaee5641"
    ],
    "album": "Vari-Colored Songs: A Tribute to Langston Hughes",
    "release_id": "2c484e5a-d9f7-4a07-9bbf-d641b26113d6",
    "release_group_id": null,
    "labels": [
        "Music Maker Relief Foundation"
    ],
    "label_ids": [],
    "release_date": "2014-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://leylamccalla.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}