Information about plays

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

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

{
    "id": 379457,
    "uri": "https://api.kexp.org/v2/plays/379457/?format=api",
    "airdate": "2019-09-11T07:15:11-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "http://coverartarchive.org/release/d8d7147d-52a3-4457-bc30-01366f9e7f9a/17027974363-250.jpg",
    "thumbnail_uri": "",
    "song": "Corners of the Earth",
    "track_id": "0829cb05-665c-4642-9075-fe08f06475a3",
    "recording_id": null,
    "artist": "ODESZA feat. RY X",
    "artist_ids": [
        "3b4cd16e-3a25-4c7b-ada6-33f5ea91e1b1"
    ],
    "album": "A Moment Apart",
    "release_id": "d8d7147d-52a3-4457-bc30-01366f9e7f9a",
    "release_group_id": null,
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Odesza is an American electronic music duo originating from Bellingham, Washington. It consists of Harrison Mills and Clayton Knight, known individually as Catacombkid and BeachesBeaches. - https://odesza.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}