Information about plays

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

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

{
    "id": 2675503,
    "uri": "https://api.kexp.org/v2/plays/2675503/?format=api",
    "airdate": "2019-12-19T18:48:00-08:00",
    "show": 46182,
    "show_uri": "https://api.kexp.org/v2/shows/46182/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That Christmasy Feeling",
    "track_id": "f2ecb58b-442a-4523-88c2-bb385e64ee0d",
    "recording_id": null,
    "artist": "The Johnny Cash Family",
    "artist_ids": [
        "72cd037b-0132-4c2c-83b8-0abf5997b67c"
    ],
    "album": "Christmas",
    "release_id": "a43385af-22a2-4ad4-9570-d06db445d762",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1972-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}