Information about plays

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

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

{
    "id": 344316,
    "uri": "https://api.kexp.org/v2/plays/344316/?format=api",
    "airdate": "2019-06-21T11:35:44-07:00",
    "show": 5737,
    "show_uri": "https://api.kexp.org/v2/shows/5737/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When You Sing",
    "track_id": "e2e2650a-db36-3288-82b6-fdd360f896b2",
    "recording_id": null,
    "artist": "School of Seven Bells",
    "artist_ids": [
        "57843aed-c1c1-4f45-9859-478dd999bc18"
    ],
    "album": "Ghostory",
    "release_id": "5e7b02b2-3ace-4d05-8f49-9940f82de11a",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2012-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}