Information about plays

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

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

{
    "id": 414403,
    "uri": "https://api.kexp.org/v2/plays/414403/?format=api",
    "airdate": "2001-02-25T15:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maybe I'll Go",
    "track_id": "7d1af791-33e0-4ae3-854a-414cc11b7ef8",
    "recording_id": null,
    "artist": "John Wolfington",
    "artist_ids": [
        "25e90906-8587-488d-9e71-9ec901765ac3"
    ],
    "album": "John Wolfington",
    "release_id": "cb03e106-6a69-460c-9361-4fccf2c4bbad",
    "release_group_id": null,
    "labels": [
        "Smells Like Records"
    ],
    "label_ids": [
        "ae9ddfd9-5c54-45f7-88a3-c1af57e2ac93"
    ],
    "release_date": "2001-01-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}