Information about plays

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

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

{
    "id": 347242,
    "uri": "https://api.kexp.org/v2/plays/347242/?format=api",
    "airdate": "2019-06-28T01:58:00-07:00",
    "show": 5783,
    "show_uri": "https://api.kexp.org/v2/shows/5783/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunset Canyon",
    "track_id": "4772320a-7cc2-4fa0-9542-8c82093eac95",
    "recording_id": null,
    "artist": "Foxwarren",
    "artist_ids": [
        "81239c30-1f43-498f-a319-37218922d232"
    ],
    "album": "Foxwarren",
    "release_id": "8d0f0c9d-f429-43da-9d78-7a2481b08104",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}