Information about plays

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

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

{
    "id": 366212,
    "uri": "https://api.kexp.org/v2/plays/366212/?format=api",
    "airdate": "2019-08-12T02:35:23-07:00",
    "show": 6109,
    "show_uri": "https://api.kexp.org/v2/shows/6109/?format=api",
    "image_uri": "http://coverartarchive.org/release/b3db93b3-3def-40ad-b13f-ead489f0e07f/17863019593-250.jpg",
    "thumbnail_uri": "",
    "song": "Plastic",
    "track_id": "d639ce39-3453-44a7-970d-b5b0638f8d37",
    "recording_id": null,
    "artist": "Moses Sumney",
    "artist_ids": [
        "89c081d4-2ab2-4d3e-8589-ad77dfc40384"
    ],
    "album": "Aromanticism",
    "release_id": "b3db93b3-3def-40ad-b13f-ead489f0e07f",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2017-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}