Information about plays

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

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

{
    "id": 382970,
    "uri": "https://api.kexp.org/v2/plays/382970/?format=api",
    "airdate": "2019-09-19T13:38:32-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fire",
    "track_id": "10cb7804-0299-35c7-85ca-6e53b788a5a1",
    "recording_id": null,
    "artist": "Lizzy Mercier Descloux",
    "artist_ids": [
        "96c008cb-f6e7-48a0-99d6-8bba45564dab"
    ],
    "album": "Press Color",
    "release_id": "e82501fa-d6dc-468e-aa3d-284c33bdeea0",
    "release_group_id": null,
    "labels": [
        "ZE Records"
    ],
    "label_ids": [
        "9474b0cc-8065-457c-865d-463f2383ce00"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Martine-Elisabeth \"Lizzy\" Mercier Descloux was a French musician, singer-songwriter, composer, actress, writer and painter. \"Fire\" is her version of Arthur Brown's song that she released on her debut album in 1979. She spent time with music legends, including Patti Smith. She was mostly forgotten when she died in 2004. Pitchfork wrote an amazing article detailing out Descloux's life and career. who \"was a visionary in her own right who encapsulated limitless post-punk ideals.\" Read the full feature here: https://bit.ly/2lWJkhI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}