Information about plays

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

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

{
    "id": 1387378,
    "uri": "https://api.kexp.org/v2/plays/1387378/?format=api",
    "airdate": "2008-06-19T04:17:34-07:00",
    "show": 24218,
    "show_uri": "https://api.kexp.org/v2/shows/24218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Highways of Gold",
    "track_id": null,
    "recording_id": null,
    "artist": "Jaguar Love",
    "artist_ids": [
        "94929f01-b91e-46c9-bf44-d37dc5f5fafb"
    ],
    "album": "Jaguar Love EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}