Information about plays

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

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

{
    "id": 375236,
    "uri": "https://api.kexp.org/v2/plays/375236/?format=api",
    "airdate": "2019-09-01T12:05:51-07:00",
    "show": 6247,
    "show_uri": "https://api.kexp.org/v2/shows/6247/?format=api",
    "image_uri": "http://coverartarchive.org/release/c16a26e1-cc0f-4c43-8258-5199255776ee/23547892267-250.jpg",
    "thumbnail_uri": "",
    "song": "Memories of Home",
    "track_id": "4a6e1c1e-32dd-45e4-a127-028540fa5c23",
    "recording_id": null,
    "artist": "Common feat. BJ the Chicago Kid & Samora Pinderhughes",
    "artist_ids": [
        "112beffb-1adc-488b-8d61-7b2ab3475d52"
    ],
    "album": "Let Love",
    "release_id": "c16a26e1-cc0f-4c43-8258-5199255776ee",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Common's full name is Lonnie Corant Jaman Shuka Rashid Lynn. New release came out Friday. https://www.thinkcommon.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}