Information about plays

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

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

{
    "id": 353936,
    "uri": "https://api.kexp.org/v2/plays/353936/?format=api",
    "airdate": "2019-07-13T17:15:53-07:00",
    "show": 5898,
    "show_uri": "https://api.kexp.org/v2/shows/5898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mala Fruta",
    "track_id": "b924d8b8-e329-4b2a-954d-076f40bbc360",
    "recording_id": null,
    "artist": "Ceci G",
    "artist_ids": [
        "e131548c-f1db-4911-b007-6002a3d68b8f"
    ],
    "album": "Mala Fruta",
    "release_id": "6f39954e-c926-4e55-ae42-6860988bb643",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-10-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Texas-born, LA-based songwriter and producer Cecilia Gomez got her start as half of the industrial pop duo Crater in Seattle. Now, in addition to playing synth for Charli XCX’s touring band, she’s unleashing her “dirtypop” solo project as Ceci G.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}