Information about plays

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

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

{
    "id": 347810,
    "uri": "https://api.kexp.org/v2/plays/347810/?format=api",
    "airdate": "2019-06-29T11:23:00-07:00",
    "show": 5792,
    "show_uri": "https://api.kexp.org/v2/shows/5792/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yuh Love",
    "track_id": "0c378923-b50b-35d1-b61c-804263c15303",
    "recording_id": null,
    "artist": "Vybz Kartel",
    "artist_ids": [],
    "album": "Yuh Love",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mixpak Records"
    ],
    "label_ids": [
        "510dde0b-792a-48e7-b134-766593da6b5a"
    ],
    "release_date": "2009-08-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}