Information about plays

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

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

{
    "id": 2679241,
    "uri": "https://api.kexp.org/v2/plays/2679241/?format=api",
    "airdate": "2019-12-28T18:29:13-08:00",
    "show": 46244,
    "show_uri": "https://api.kexp.org/v2/shows/46244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Promise",
    "track_id": "697edb3d-cde2-4e80-8a54-0d12476b7788",
    "recording_id": null,
    "artist": "Imij",
    "artist_ids": [
        "0ebe2a81-8478-4153-9165-acc337b7ba92"
    ],
    "album": "The In Gods You Lust",
    "release_id": "bdf7cd88-a8fb-49d8-8ae9-17bcd1db9bca",
    "release_group_id": null,
    "labels": [
        "Babylon Records"
    ],
    "label_ids": [
        "be2832ab-7503-4e27-bc62-dc488eee7c48"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}